Jump to content

echochan

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by echochan

  1. I have this client from 2020-04 

    and when trying to use client 2018-04-25cRagexe, this error shows up

    image.png.614c355a8bbc3d7296828eb4dbfd82d0.png

    and this is my nemo patches:

    Quote

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    289 Fix Homunculus attack AI
    290 Hide build info in client (Recommended)
    34 Enable /showname (Recommended)
    291 Hide packets from peek (Recommended)
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    317 Ignore Quest Errors
    318 Fix Charset For Custom Fonts
    64 @ Bug Fix (Recommended)
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    73 Remove Hourly Announce (Recommended)
    79 Shared Body Palettes Type2
    83 Shared Head Palettes Type2
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    97 Cancel to Login Window (Recommended)
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    219 Always Show Resurrection Button
    226 Disable Walk To Delay.
    234 Ignore Lua Errors
    240 Load custom ClientInfo file
    244 Disable Cheat Defender Game Guard (Recommended)
     

     

  2. 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?
  3. 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

  4. Hi.

    There's some items that show image, description, etc in Server Database Editor, but in-game they are unknown item. Apparently, the item works (it can be equipped, and the effect works). only image, name and description are missing?

    What I can do to fix this?

×
×
  • Create New...