Reborn Posted January 17, 2017 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Share Posted January 17, 2017 Hi everyone can anyone help me make a script for this one? Once the player wear this type of accessory it will give some additional stats to the homunculus example: Increases Homunculus STR and VIT by 15 Then once the player unequip the accessory it will remove the stats to the homunculus as well. Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Reborn Posted January 18, 2017 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Author Share Posted January 18, 2017 Helllo Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 19, 2017 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 9 hours ago Share Posted January 19, 2017 (edited) didnt test, not sure if it work. ...,{ },{ .@homun_id = gethominfo(7); getunitdata .@homun_id,.@homun_data; setunitdata .@homun_id,UHOM_STR,(.@homun_data[UHOM_STR] + 15); setunitdata .@homun_id,UHOM_VIT,(.@homun_data[UHOM_VIT] + 15); },{ .@homun_id = gethominfo(7); getunitdata .@homun_id,.@homun_data; setunitdata .@homun_id,UHOM_STR,(.@homun_data[UHOM_STR] - 15); setunitdata .@homun_id,UHOM_VIT,(.@homun_data[UHOM_VIT] - 15); } Edited January 19, 2017 by Emistry Quote Link to comment Share on other sites More sharing options...
0 Reborn Posted January 19, 2017 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Author Share Posted January 19, 2017 Hi Emistry when I tried the code i got this error "parse_line: expect command, missing function name or calling undeclared function". Thanks for trying to help me though. Quote Link to comment Share on other sites More sharing options...
0 Reborn Posted January 21, 2017 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Author Share Posted January 21, 2017 Bumping to this topic Quote Link to comment Share on other sites More sharing options...
Question
Reborn
Hi everyone can anyone help me make a script for this one?
Once the player wear this type of accessory it will give some additional stats to the homunculus
example:
Increases Homunculus STR and VIT by 15
Then once the player unequip the accessory it will remove the stats to the homunculus as well.
Thanks in advance
Link to comment
Share on other sites
4 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.