Eros Posted May 4, 2014 Posted May 4, 2014 (edited) function script Sample { if( isequippedcnt( 4785) > 3 ){ message strcharinfo(0),"Cant Wear More than 3 +10 Orbs."; nude; } return; } Is this correct? I made an orb that gives +10 All Stats but i need a script that allow only 3 Orbs per character to avoid imbalance of stats. Btw i added the +10 Orb on the fourth slot of the item. That script only work if i put the orb in the first slot of the item... Edited May 4, 2014 by Patskie Code Quote
Weistony Posted May 4, 2014 Posted May 4, 2014 I can see that you're trying to make an enchantment system ? I recommend you to use the existing system. Link : http://rathena.org/board/topic/61734-custom-enchantment-system/ by the way, you can customize it as well to your endeavors just don't forget to keep the credits. Quote
Weistony Posted May 5, 2014 Posted May 5, 2014 That's not what i wanted. Oh so what you're trying to do is similar with the charm system ? But you only want 3 orbs equipped ? Can you please elaborate it further with the details you want to happen ? I can't help a less-detailed problem. :3 Quote
Question
Eros
Is this correct? I made an orb that gives +10 All Stats but i need a script that allow only 3 Orbs per character to avoid imbalance of stats.
Btw i added the +10 Orb on the fourth slot of the item.
That script only work if i put the orb in the first slot of the item...
Edited by PatskieCode
3 answers to this question
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.