Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. are you sure your client use the txt files ?not the iteminfo.lua/lub ?
  2. even if you got (failed to get 07-26-17.thor) @item failed = server side if it's from the client you will get the item even if it's not in the client you will get apple like unknown item did you try to restart the server ? this line where you put it ? pre/item_db.txt ? <<this = pre re/item_db.txt ? <<this = renewal item_db.sql ? <<this = pre sql type item_db_re.sql ? <<this = renewal sql type this now a client files error make sure you have the item.bmp in the grf and the irem file name in the itheminfo.lua/lub icon: data\texture\유저인터페이스\item\my_item.bmp collection: data\texture\유저인터페이스\collection\my_item.bmp if the item hat etc that need spirt and act you need those files drop spirt/act: data\sprite\아이템\my_item.spr data\sprite\아이템\my_item.act boy/girl spirt/act files: data\sprite\악세사리\남\남_my_item.spr data\sprite\악세사리\남\남_my_item.spr data\sprite\악세사리\여\여_my_item.spr data\sprite\악세사리\여\여_my_item.spr you need to add the view id in: data\lua files\datainfo\accessoryid.lub ACCESSORY_MY_ITEM = 1500 << EXAMPLE data\lua files\datainfo\accname.lub [ACCESSORY_IDs.ACCESSORY_ROSE_HEADBAND] = "_my_item" iteminfo.lua/lub: [5000] = { unidentifiedDisplayName = "Helm", unidentifiedResourceName = "헬름", unidentifiedDescriptionName = { "Unknown Item, can be identified by ^6A5ACDMagnifier^000000.", }, identifiedDisplayName = "my item", identifiedResourceName = "my_item", identifiedDescriptionName = { "it's my item.", }, slotCount = 0, ClassNum = 1500 },
  3. @item failed = server side did you add it to your item_db ? can you show us the line for that item ?
  4. prontera,155,174,4 script script_name 45,2,2,{ switch(rand(5)) { case 0: warp "prontera",50,10; end; case 1: warp "prontera",40,20; end; case 2: warp "prontera",30,30; end; case 3: warp "prontera",20,40; end; case 4: warp "prontera",10,50; end; } }
  5. try this - script script_name -1,{ OnTimer1000: if( strcharinfo(3) == "map" && (countitem(501) < 1) )//put the map name and the item id warp "prontera",100,100; end; }
  6. Version 2.0.0

    914 downloads

    this application help you calculate the monster mode for more info about the monster mode https://github.com/rathena/rathena/blob/master/doc/mob_db_mode_list.txt Update v2.0: this update only for rAthena +2016 support sql , support reverse result , add reset button Contact me for Errors https://github.com/sader1992/sader_scripts
    Free
  7. Note: i would really not suggest using Hamachi
  8. it's what it say you missing some item icons etc i suggest you use gata.grf + rdata.grf from the last kro if it's not kro item then you need to get the files from the same place you got the item or the item bmp not useable for ragnarok client so if you already have the bmp check the file format and properties full kro or
  9. View File sader's Garment Files Generator how it work : it make data folder and copy the Garment files in it and rename them since Garment need to renamed on the name of every classes boy and girl you will need : main spirit file, main act file, drop spirit file, drop act file, item bmp, collection bmp in Version 2 ,you will have 2 files , boys_list.txt and girls_list.txt , in it you will have a list of all the classes in the game (up to before the Summoner Update) , you can add any new class there. the files will be named with Korean at the place where the program is it will create the data folder inside it all the files after it done keep in mind that you need to edit spriterobename.lua/spriterobename.lub , spriterobeid.lua/spriterobeid.lub and transparentItem.lua/transparentItem.lub iteminfo.lua/iteminfo.lub [<ItemID>] = { unidentifiedDisplayName = "<unidentified InGame Name>", unidentifiedResourceName = "<unidentified_File_Name>", unidentifiedDescriptionName = { "Description", "^ffffff_^000000", "Weight: ^7777777^000000", }, identifiedDisplayName = = "<InGame Name>", identifiedResourceName = "<File_Name>", identifiedDescriptionName = { "Description", "^ffffff_^000000", "Weight: ^7777777^000000", }, slotCount = 0, ClassNum = <ViewID> }, spriterobename.lua/spriterobename.lub RobeNameTable = { [SPRITE_ROBE_IDs.ROBE_<File_Name>] = "<File_Name>" } spriterobeid.lua/spriterobeid.lub SPRITE_ROBE_IDs = { ROBE_<File_Name> = <ViewID> } transparentItem.lua/transparentItem.lub transparentItemlist = { { <ViewID>, 255, 255, 25500 }, } Source code: https://github.com/sader1992/Garment_Files_Generator My Website: https://sader1992.com/ Contact me for Errors Submitter sader1992 Submitted 07/19/2017 Category Spriting & Paletting Tools Content Author sader1992  
  10. fixed by commenting #define PACKET_OBFUSCATION_WARN
  11. @rotloso what your rAthena\src\map\clif_packetdb.h and rAthena\src\config\packets.h did you use the one on the post ? and what your clientinfo.xml and how old your rathena files ? and can you screenshot your terminal after getting the login error ?
  12. the [CHANGE] feature not supported yet in rathena and the disconnect is from unsupported packet 0x0a9c,2 so you need to wait until rathena support it you can prevent disconnecting by adding the packet packet(0x0a9c,2); packet(0x0a97,8); packet(0x0ace,4); but that wont make it work when you get the first error ?
  13. try to download and install those Microsoft Visual C++ 2008 Redistributable Package (x86) Microsoft Visual C++ 2010 Redistributable Package (x86)
  14. it tells you the error at the line 131891 check there
  15. it will give you free setup did you ask what rathena version it will be installed? and fluxcp ? will everything work perfect ? what about the client setup and the grf files ? i would suggest you do it your self it's better and you will know everything you done to the server and you support your own server if i would search for vps host to make a server i would search for vps server have low ping(for the area i want to make the server for) and ddos protection
  16. just right click them cuz there is no real way to remove a quest so when you right click the quest it will be moved to Pen tab
  17. go file info >> Raw view >> save as >> lua or lub if you want
  18. and also you can right click the quest window to remove specific quest
  19. i would really suggest using try to add this to your client and make the grf you will make from those files as read first and don't forget to add to them your clientinfo.xml and see if you will still have the error
  20. is this happen on only this hat or every hat ? if it's only this hat then it's from the collection bmp if not then It seems like you have error with your lua/lub files
  21. what quest ? and what you mean by fix ? you wanna finish it or remove it or remove it from the quest window ?
×
×
  • Create New...