Thread: Trading Items
View Single Post
  #8  
Old 09-03-2001, 07:33 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
Lightbulb Okay.....RE:Idea

okay, have it where you can upadte it often, then in a ware house in graal, (or other building) let them buy items, and whatever item they have selected, they will not have, and it adds random(100,600)) rupees to thier account, for example:

PHP Code:
if (playerchats&&strequals(buy darkbomb)){
playerrupees=-400;
set boughtbomb;
}
if (
playerchats&&strequals(sell crap)&&strcontains(#w,weaponnamehere))){
"then find a way to take that item from the player."

that is about it, my hand is weary, that means I have run out of ideas.
-Rebel95

Last edited by Enigma_GP6; 09-04-2001 at 12:06 AM..
Reply With Quote