Eros Posted May 4, 2014 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Share 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 Link to comment Share on other sites More sharing options...
Weistony Posted May 4, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 108 Reputation: 12 Joined: 06/19/12 Last Seen: February 18 Share 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 Link to comment Share on other sites More sharing options...
Eros Posted May 5, 2014 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Author Share Posted May 5, 2014 That's not what i wanted. Quote Link to comment Share on other sites More sharing options...
Weistony Posted May 5, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 108 Reputation: 12 Joined: 06/19/12 Last Seen: February 18 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.