View Single Post
Old 08-23-2004, 08:16 AM   #7 (permalink)
Gandy897
Forum Expert
 
Join Date: Mar 2004
Location: New York City
Age: 32
Posts: 287
Send a message via AIM to Gandy897
Default

Quote:
Originally Posted by Demensha
Ive added in the token system to my shard but havnt got them spawning on monsters
i want them for quest rewards insted

Is there anyway i can change the reward from a bank check to tokens....

BTW i know absolutly nothing about scripting

so talk to me as if you were explaining it to a 3yr old plz


mobile.AddToBackpack( new BankCheck(300) );

i assumed id change something in here .....i changed the word bankcheck into tokens hehe it didnt work

(ive never done any scripting and ive owned this shard for like a week)



if im not mistaken and I may be .. u should be able to change it by doing
AddToBackpack( new Tokens (300) ); or any amount you wish.

This is a line I use when adding tokens to creatures very similar
PackItem( new Tokens( 550, 1000 ) );

So , should work for u if u use the addtopack or packitem. Again Im not sure if i dont see the whole script , but should be ok
__________________
Do what you want with the women, but let me go :)
Gandy897 is offline   Reply With Quote