Cydh Posted April 10, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted April 10, 2013 (edited) LOL, maybe the label names are not cool enough, but, they're working on my test. Requested on: Request for PCOnEquipEvent: & PCOnUnEquipEvent: do you want to use it like another MMORPGs that have quest 'to use equip' then 'put off the equip', and check which equipment is equipped and put off..? yes, can you do it for me please? I don't know this is usefull or not, there is a share before or not, I don't know. How it's working? SamplesOnPutOnEquip: test-onputonequip.txt - script PutOnEquip -1,{ OnPutOnEquip: message strcharinfo(0),"You put on "+getitemname(puton)+"(ID: "+puton+")"; end; } OnPutOffEquip: test-onputoffequip.txt - script PutOffEquip -1,{ OnPutOffEquip: message strcharinfo(0),"You put on "+getitemname(putoff)+"(ID: "+putoff+")"; end; } Download Rev.1: OnPutOn-OffEquip-rA-svn17245-rev1.patch Fix wrong placement for detecting 'what item that put on/off' Initial Release: OnPutOn-OffEquip-rA-svn17245.patch *I'm really don't know if this is useful or not. LOL but at least, we will know what item that is put on/off by player. * Edited April 14, 2013 by Cydh 2 Quote Link to comment Share on other sites More sharing options...
PewN Posted April 10, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 10, 2013 how about if he equipped a certain item? like if he equip LKH? he will get a bonus? is that possible here? Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 10, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Author Share Posted April 10, 2013 (edited) how about if he equipped a certain item? like if he equip LKH? he will get a bonus? is that possible here? you can use OnEquip Script on item_db, right? edit the LKH script. xD may you try it? haha actually, I don't really know this is usefull or not. LOL *I just realized, if I make a quest that ask player to use certain item, I can edit the item_db on { OnEquip Script }. LOL* Edited April 10, 2013 by Cydh Quote Link to comment Share on other sites More sharing options...
PewN Posted April 10, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 10, 2013 how about if he equipped a certain item? like if he equip LKH? he will get a bonus? is that possible here? you can use OnEquip Script on item_db, right? edit the LKH script. xD may you try it? haha actually, I don't really know this is usefull or not. LOL *I just realized, if I make a quest that ask player to use certain item, I can edit the item_db on { OnEquip Script }. LOL* aahaha Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 11, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Author Share Posted April 11, 2013 update rev.1, wrong line placement that won't show the actual item_id that put on/off Quote Link to comment Share on other sites More sharing options...
orange Posted April 13, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 175 Reputation: 7 Joined: 09/13/12 Last Seen: May 14, 2021 Share Posted April 13, 2013 sry for asking this but what exactly does this src do??? please enlighten me and other noobs like me Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 13, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Author Share Posted April 13, 2013 (edited) sry for asking this but what exactly does this src do??? please enlighten me and other noobs like me Requested on: Request for PCOnEquipEvent: & PCOnUnEquipEvent: Uploaded screenshots "How's it working" Edited April 14, 2013 by Cydh Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.