Jump to content
  • 0

Increase HP on Certain map!


Question

Posted

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

Posted

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; } }
Posted (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 by trizzy
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...