Jump to content

raskalask

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by raskalask

  1. I'm trying to create some custom items. Weapons specifically at the moment. I replaced Erde with the mace I'm trying to create. I do NOT currently have the dropped item spr or act files in place, but my issue is "invalid item ID or name". I'll worry about working sprites once I can actually get the item functioning in game.

     

     

    Erde ID was originally 16000, so I moved that to 26000 and placed my mace Sharur in at 1600.

     

     

    idnum2itemdesctable.txt

    15065#
    ¾Ë·Á°í ÇÏ¸é ¾ÈµÇ´Â ¾ÆÀÌÅÛ.
    #
    
    
    16000#
    A talking mace used to defeat Asag the Devourer. 
    Drains it's user's essence in order to grant devastating blows.
    Deal 20% more damage with Asura but reduces max HP/SP by 20% on equip.
    Class :^777777 Mace^000000
    Attack :^777777 200^000000
    Weight :^777777 20^000000
    Weapon Level :^777777 4^000000
    Applicable Job :^777777 Champion^000000
    # 
    
    
    16001#
    The official suitcase of the Alchemist's society. Its unique design and blazing red colour is a hit amongst women.
    MaxHP + 200
    Increases damage when using skill ^008800Acid terror or Demontration^000000 by 20%.
    [^008800Base Strength >= 90^000000]
    A chance to ^880000Stun^000000 status by 5%.
    Every time you kill a monster, low chance to drop random Potion.
    Class :^777777 Mace^000000
    Attack :^777777 130^000000
    Weight :^777777 50^000000
    Weapon Level :^777777 3^000000
    Required Level :^777777 50^000000
    Applicable Job :^777777 Swordman Class, Acolyte Class, Merchant Class^000000
    #
    

    idnum2itemdisplaynametable.txt

    15063#TE_°ø¼º_¸ÞÀÏ#
    15064#TE_°ø¼º_¸ÅÁ÷ÄÚÆ®#
    15065#¾Æ¸Þ»þ½ºÆæŸ#
    16000#Sharur#
    16001#Red_Square_Bag#
    16002#Stunner#
    16003#Carga_Mace#
    16004#Eden_Mace_I#
    

    itemslotcounttable.txt

    15055#1#
    15056#1#
    16000#4#
    16001#2#
    16003#2#
    16010#1#
    

    item_db.txt

    // More Maces
    16000,sharur,Sharur,5,0,0,200,180,0,3,4,0x00008000,2,2,2,4,50,
    1,8,{bonus2 bSkillAtk,271,20; },{bonus bMaxSP,-20; bonus bMaxHP,-20; },{bonus bMaxSP,20; bonus bMaxHP,20; }
    16001,Red_Square_Bag,Red Square Bag,5,20,,500,130,,1,2,0x0004C5B2,18,2,2,3,50,1,8,{ bonus bMaxHP,200; bonus2 bSkillAtk,"AM_ACIDTERROR",20; bonus2 bSkillAtk,"AM_DEMONSTRATION",20; bonus2 bAddMonsterDropItem,501,50; bonus2 bAddMonsterDropItem,502,20; bonus2 bAddMonsterDropItem,503,20; bonus2 bAddMonsterDropItem,504,20; bonus2 bAddMonsterDropItem,505,10; if(readparam(bStr)>=95) bonus2 bAddEff,Eff_Stun,500; },{},{}
    16002,Stunner_C,Stunner,5,0,,0,175,,1,0,0x00008110,63,2,2,3,1,0,8,{ bonus2 bAddEff,Eff_Stun,1000; bonus2 bAddSize,Size_All,40; },{},{}
    

    I've repacked my grf and recompiled my server and I still get Invalid item ID or name. I know I'm probably missing something simple so any help is welcome.

     

    Ok so it turns out I needed to edit the sql database, not the text file. Got it working now.

  2. Was wondering if there is a way to allow players to use @job to change job (only if they meet the requirements for a job change) or if I need a custom script or something to do it. Making a low/medium rate server with high drop rates primarily for pvp/woe. Looking for a convenient way for players to job change without mapping back to town when they're balls deep in their farming spots.

  3. When I run rolex it just opens RO at the login screen, and when I try to log in there I get a cannot connect error too. I was using a way older client version before which worked fine, but it had adware in it that opened webpages. Trying to transition to 2013 and I can't figure out why I can't connect to localhost.

     

    Just to clarify, my server was working 100% fine. My only issue is getting a client to work. I'm using 2013-08-07aRagexe. version is set to 45 and everything

  4. Yep, that's what mine looks like too, except at the end. Mine doesn't give me an error at the end. I tried to record what mine looks like as well. The first time I booted it up, it booted up slower, but I had to reboot it a few times because I had the window in the wrong position to record it.  /meh

     

    http://screencast.com/t/dzkFDhXdY6j

     

    Maybe it's something in the latest rAthena release?

     

    Hopefully someone knows what's going on. :)

    only way to fix it atm is to disable sqldb for item/mob info in the inter_athena.conf. Either the instructions on the wiki are out of date or there's something wrong with the current release.

  5. Oh man... I had tonnnns of these errors. Way more than are shown in the image.

     

    When following the guide on the rAthena wiki, they said to import the mob_db from mob_db.sql, which worked correctly, and all my mobs and their ids etc are in the sql database.

     

    Is there no way I can simply use the sql mob_db database rather than the mob_db.txt? I thought it was simply a setting I missed the tells it to use the database as opposed to the .txt file (such as the use_sql_db line in inter_athena.conf, which I did set to "yes").

     

    Going through and adding each ID 1 by 1 would take forever, so hopefully I'm just missing something, lol.

    Man I installed through the same guide yesterday and had the same issue. Like over 2000 errors on invalid npcs and stuff. I hope we can get a solid solution. I made an account today to ask this very question.

    I decided to record the whole stream of errors and turn it into a gif so you guys can see firsthand.mnSp8E7.gif

×
×
  • Create New...