Jump to content

Neo-Mind

Members
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Neo-Mind

  1. You mean like the character double clicks the box and it generates fixed set of custom items? For this you wont need a seperate item group.

    For example check the script for Alchemist Card Box item #13927 Yes they are cards but you get the general idea.

     

    But If you mean like an OBB which generates random items from a list then check this => http://rathena.org/wiki/Groupranditem

  2. xeNium this topic is for the support of 2013 Ragexe Client that people are working on right now.

     

    Please search for your query in Client and Patcher Support. In case it is not there you can start a new topic in the same section. :)

  3. you have teamviewer ? I can help you better if i see what is happening.

     

    Custom item is not properly specified in the *num2resnametable.txt files which is why you are seeing the cross

    • Upvote 1
  4. view id is different from item id. View ids are required for items that become visible on the character like weapons, headgears, garments.

    For headgear by default the client only accepts till value 1000 which is why we need to diff it to accept a larger number - in your case it is 5000

     

    The 20000 you mentioned is the item id which as far as i know there is no definite upper limit for that now (though i think it might be limited to 32767 or 65535 - integer limit).You can start with any item id in item_db2 there is now issue about that.

     

    item_db2 is supposed to be outside since it is meant for custom item addition. Just check your map server console first when you start up the server. If there is any syntax issues in item_db2 it will show up there before the maps are loaded.

  5. hmm ok so i think the issue is where you put the ACMD_FUNC(buff)

    make sure it is not inside another function or ACMD_FUNC definition

     

    in my case i put it after ending brace of ACMD_FUNC(cart) { 

    since it is the last atcommand function defined :)

  6. lol i meant the statements around ACMD_DEF(buff) line you added.

    basically the error you have shown specifies there is some issue with the line number 9060 so either that line or adjacent statement has some issue.

    it would be best if you could paste lines 9058-9062 

     

    BTW you forgot to add the skill effects in your atcommand. I got the buffs when i used the command but no effects

  7. please put your text inside code tags

     

    As for the @item issue that happens if your item db is not properly loaded. Restart your server and check for errors in your map server console.

  8. Get this client http://supportmii.com/ro1/Clients/2012-04-10aRagexeRE.exe
    Use Shins Diff Patcher , Select WeeDiff plugin from the drop down box and select the client you downloaded above.

     

    Select the Recommended patches (Deselect Read Data Folder First, Read Lua Before Lub Unless you want them) and make sure you select SKIP PACKET HEADER OBFUSCATION. Remaining patches you can add as per your liking. Once everything is selected select patch it. and use the patched exe

     

    If you are still having issues let me know I will diff one and upload it

×
×
  • Create New...