Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Tanklinbitz on June 05, 2008, 12:42:03 am

Title: Trading script
Post by: Tanklinbitz on June 05, 2008, 12:42:03 am
Introduction

Hello I'm looking for a trading script. Something like you would find on most mmorpg's. A game that has the exact trading look I am looking for is dot hack. I'm not sure if anyone knows this game, but its a single player game that acts like a mmorpg. people run around and you can click on them and a trade screen opens up.

Picture of what I'm looking for

(http://i44.photobucket.com/albums/f15/Tanklinbitz/tradingmenu.jpg)

Information about how I would like it to work

What I would like it to do



How I would like it to work



Scripts I am using right now

Title: Re: Trading script
Post by: Blizzard on June 07, 2008, 04:57:34 am
This is a very nice request topic. :)

I sadly don't have time to fulfill your request, but I can give a few hints. The worth of items should always be a number between 1 and 5 to avoid things like "half a star" and the items that the other "player" can be internally displayed as an array of arrays, like [[ID, QUANITY], [ID, QUANITY]]. I also suggest that it should be saved what was traded to avoid the player being able trade the same item over and over from an NPC by reentering the trade screen.

Good luck with your request. :)