trizzy Posted August 27, 2015 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 92 Reputation: 2 Joined: 01/04/15 Last Seen: April 27, 2021 Share Posted August 27, 2015 What i want is for example: Cell Headgear Cell Wing Cell Tail if you wear this set --->> increase 10% HP on guild_vs1 map only in guild_vs1 will work the 10% HP, if you go out guild_vs1 or missing 1 part of the Cell set the 10%HP bonus will disappear. im hoping this would be possible thanks in advance. Anyone? Quote Link to comment Share on other sites More sharing options...
Nova Posted August 27, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted August 27, 2015 Oh sorry I missed a parenthesis. { if (strcharinfo(3) == "guild_vs1") { bonus,bMaxHPRate,10; } } 1 Quote Link to comment Share on other sites More sharing options...
Nova Posted August 27, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted August 27, 2015 In your item_combo_db.txt file you would make a combo with the items you want, and the script would be something like { if (strcharinfo(3) == "guild_vs1" { bonus,bMaxHPRate,10; } } Quote Link to comment Share on other sites More sharing options...
trizzy Posted August 27, 2015 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 92 Reputation: 2 Joined: 01/04/15 Last Seen: April 27, 2021 Author Share Posted August 27, 2015 (edited) In your item_combo_db.txt file you would make a combo with the items you want, and the script would be something like { if (strcharinfo(3) == "guild_vs1" { bonus,bMaxHPRate,10; } } i got error. [Error] : script error on db/import/item_combo_db.txt line 4 parse_simpleexpr: unmatched ')' * 4 : { if (strcharinfo(3) == "guild_vs1" '{' bonus bMaxHPrate,10; }} Edited August 27, 2015 by trizzy Quote Link to comment Share on other sites More sharing options...
GreenMagic793 Posted August 27, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share Posted August 27, 2015 I'm curious, what's the point of this exactly? Are you trying to give members of a guild increased HP on their home turf, or what? I'm honestly interested. Quote Link to comment Share on other sites More sharing options...
trizzy Posted August 27, 2015 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 92 Reputation: 2 Joined: 01/04/15 Last Seen: April 27, 2021 Author Share Posted August 27, 2015 I'm curious, what's the point of this exactly? Are you trying to give members of a guild increased HP on their home turf, or what? I'm honestly interested. i'm trying to add additional effect for my quest headgear combo. Oh sorry I missed a parenthesis. { if (strcharinfo(3) == "guild_vs1") { bonus,bMaxHPRate,10; } } yeah that's what im talking about. thanks mate Quote Link to comment Share on other sites More sharing options...
Currently Posted August 29, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted August 29, 2015 How to make this npc script instead? For example, player in guild_vs1 get extra hp. Quote Link to comment Share on other sites More sharing options...
Question
trizzy
What i want is for example:
Cell Headgear
Cell Wing
Cell Tail
if you wear this set --->> increase 10% HP on guild_vs1 map only in guild_vs1 will work the 10% HP, if you go out guild_vs1 or missing 1 part of the Cell set the 10%HP bonus will disappear.
im hoping this would be possible thanks in advance.
Anyone?
Link to comment
Share on other sites
6 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.