Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by sader1992

  1. post your packet.h and screenshot for the error in the client when it happen ? do you use packet keys ?
  2. http://thor.aeomin.net/archive/Thor_Patcher[2.6.4.13b].7z
  3. did you try to use another version ? i use Thor_Patcher[2.6.4.13b] can you test that ?
  4. i have no error i suggest you open a new post and give more information with screenshots
  5. *removing ragexe from my repository*
  6. yes
  7. try to commands: true
  8. use another version from thor
  9. rathena/src/map/clif_obfuscation.h
  10. https://github.com/rathena/rathena/wiki/Custom_Items
  11. clear the db\import\packetdb.txt and put your key in the /db/packet_db.txt in the right place if you still have the problem post your packets or you /db/packet_db.txt
  12. i think you have 2 npc with the same name you can use like npc name#1 npc name#2 but you can't use npc name#1 npc name#1 even if they are not in the same map and when you do npc name#1 the #1 now is the npc name so you must not use it in any other npc at all so don't use npc name#1 make it like npc name#npc_doing_somthing1 etc the after # wont be showing for the players
  13. client version ? and did you use nemo ?
  14. it's just you need to put them like this xxxx,xxxx,xxxx,xxxx the xxxx is the number of exp needed to level up read this it's inside the txt! // Structure of Database: // Max Level,Class list,Type,Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175 so you change the max level of the class type you want like //Base - 3rd Jobs, Baby 3rds, Summoner 175, to 255, then add in the end the exp like here the end is 175 (255-175 = 80) put , then add 80 number separated by , and don't put , in the end the guide make it easier for you but if you couldn't do it you can find your own way to do it
  15. the map files work together so when you edit/rename one of the files you will lose information the .gat file defined the cells in the map (Walk-able/unWalk-able/other kinds) the .gnd file defined the texture and photos in the map (without it the map will turn dark that if it work first) the .rsw file is the 3D view and the 3D models for the map i would suggest you don't rename anymap you can duplicate a map >> search in the forum you will find how BTW the best map program is BrowEdit that if there is else lol
  16. @vBrenth 3:47 PM] Borf: http://browedit.borf.nl/browedit.zip
  17. put your mp3 file you want to play in the patcher in the System folder (you can put more then one) and use this in the config [Config:BGM] File='' Loop=true Volume=50 Directory='System' make sure you have only one [Config:BGM] (this^) or else it wont work
  18. not one textuer it's a skill so more then one and the effect as .str data\Texture\effect\firepillar.str
  19. you have to find an empty mob id or you need to replace one data\luafiles514\lua files\datainfo\jobidentity.lub data\luafiles514\lua files\datainfo\jobname.lub data\luafiles514\lua files\datainfo\npcidentity.lub you may do a research those files is your start
  20. don't use IDs in the map_index.txt ! just put the map name no more Example: change Askydun 1250 to Askydun and try to not use numbers in the map name and read this IDs must never change, therefore any new maps need to be added at the end, if you add map and the server read the number as ID it will give error and if you add the map in the start of map index it will give error too (the same error you have)
  21. first try to remove all the item script and see if it work or not for the iteminfo try like that [32005] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { "..." }, identifiedDisplayName = "goldenaura", identifiedResourceName = "goldenaura", identifiedDescriptionName = { "Golden Aura.", "------------------------", "Powerful aura bestowed by odin himself for the rightful owner.", "------------------------", "Class:^6666CC Headgear^000000", "Defense:^0000FF 0^000000", "Location:^6666CC Lower^000000", "Weight:^006600 10^000000", "Jobs:^6666CC All classes^000000" }, slotCount = 4, ClassNum = 1597 }, not sure if it would make a diffrent but still
  22. Ragexe not the same as RagexeRE , and Ragexe protection not the same as RagexeRE , and not everyone use the same method to crack the protection too , so you may find two clients with the same version unpacked and they have different hash .
  23. hosts are for hosting only do not use there files make your own custom ones even if their files work and perfect you batter make your own files so you know everything about it >>>>>>>>>> as long as you have access to ssh and sftp or ftp as root then you have the full control you can easily remove the rathena they put and place the last rathena and use the last kro files with last unpacked client if you know how then it's better then using their files anyway! (if you needed something from their files just extract it and use it with your own files :P) it's easy if you Believe in yourself *Anime*
  24. you have to diff undiffed unpacked clean ragexe ? if your exe is unpacked&undiffed i see in the photo you use 7/7/2017 client Ragexe ? and as i see here #ifndef PACKETVER_RE /// From this point on only kRO RE clients are supported #if PACKETVER > 20151104 #define PACKETVER_RE #endif #endif so you need to use RagexeRE and anyway maybe NEMO don't support this for this client
×
×
  • Create New...