trizzy Posted August 27, 2015 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 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 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 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 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 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 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...
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