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
