Jump to content
  • 0

Added items does not work


echochan

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  01/28/18
  • Last Seen:  

Hi. I added 2 items to my server, but when @ii fails to find them. 

The items are already in inteminfo, and they are shown in Server Database Editor.

In item_db.txt:

470033,Elemental_Boots,Elemental Boots,4,0,0,600,0,10,0,1,0xFFFFFFFE,63,2,64,0,99,1,0, { .@r = getrefine(); .@bonus = 15; @.bonus2 = 0; if (@r>=7) bonus bMatk,20; if(.@r>=9) autobonus "{ bonus bInt,70; bonus bMatkRate,10; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_STEAL; }"; if (.r>=11) bonus2 bMagicAtkEle,Ele_All,10;bonus2 bSkillAtk,"MG_FIREBOLT",.@bonus + (2 * .@r); bonus2 bSkillAtk,"MG_COLDBOLT",.@bonus + (2 * .@r); bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@bonus + (2 * .@r); },{},{}
28394,Spirit_Kings_Ring,Spirit King's Ring,4,0,0,100,,0,0,0,0xFFFFFFFE,63,2,136,0,99,0,0,accessorycheck(); bonus bVit,5; bonus bDelayrate,-5; bonus2 bSkillCooldown,"SO_EARTHGRAVE",-2000; bonus2 bSkillCooldown,"SO_DIAMONDDUST",-2000; bonus2 bSkillVariableCast,"SO_VARETYR_SPEAR",-1500; bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-500; bonus2 bVariableCastrate,"SO_WARMER",-50; bonus2 bFixedCastrate,"SO_WARMER",-50; bonus2 bSkillCooldown,"SO_WARMER",-15000; bonus2 bSkillAtk,"SO_DIAMONDDUST",BaseLevel/8; bonus2 bSkillAtk,"SO_EARTHGRAVE",BaseLevel/8;

what else i have to do to get those items?

Client Version Hexed 20140305

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   14
  • Joined:  11/17/17
  • Last Seen:  

Any error on mapserv console?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  01/28/18
  • Last Seen:  

59 minutes ago, rongmauhong said:

Any error on mapserv console?

I saw the errors, and fixed them, but now I'm getting:

[Warning]: itemdb_parse_dbrow: Invalid id 470033 in line 13685 of "db/re/item_db.txt", skipping.
  1. How do I fix this?
  2. One of items I added now can't equip to nothing, but the script is right! In Server Database Editor, the configs are right too...
  3. Is there any program, site, idk, to help scripting? or validanting script? Also do I need to recompile everytime I change the item_db.txt?
Edited by echochan
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   14
  • Joined:  11/17/17
  • Last Seen:  

Currently rAthena has not updated item id to more than 65k, they are developing it, you can apply it but maybe it's not stable yet. Please check: https://github.com/rathena/rathena/pull/5141

Link to comment
Share on other sites

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.

×
×
  • Create New...