trizzy Posted August 27, 2015 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
Nova Posted August 27, 2015 Posted August 27, 2015 Oh sorry I missed a parenthesis. { if (strcharinfo(3) == "guild_vs1") { bonus,bMaxHPRate,10; } } 1 Quote
Nova Posted August 27, 2015 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
trizzy Posted August 27, 2015 Author 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
GreenMagic793 Posted August 27, 2015 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
trizzy Posted August 27, 2015 Author 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
Currently Posted August 29, 2015 Posted August 29, 2015 How to make this npc script instead? For example, player in guild_vs1 get extra hp. Quote
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?
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.