Jump to content

Khonsu

Members
  • Content Count

    27
  • Joined

  • Last visited

Everything posted by Khonsu

  1. I've tried this as well. Im using the hex from nemo and I have replaced the coming soon image in the data folder but how ever it is not working. I've even tried leaving doram enabled by rehexing the client to have doram and all it shows is the human/doram. I've even went into the lub file for doram creation and set it to false and its still not working for me. I don't know what to do =/
  2. I've done this, but I want to remove the empty space that's there. I found a few guides on the rAthena fourms but they don't work.
  3. Khonsu

    Statpoints

    hello everyone, im currently in a search for a stat point generator that will generate stat points up to level 999. I found one in the past but it was on a website that no longer exists. Does anyone know where I can find one for Pre-renewal? Thanks!
  4. Thanks! This worked for me.
  5. Hello everyone, I am having the issue where the chat window labels are in Korean. Ive tried going into the data folder and removing the first window file in the chatwndinfo folder and that didn't work. I tried doing a search here on the forums and couldn't find anything on this. Did I miss something? Just to let you all know the file I deleted was the chatwndinfo.lub file. I don't know how to fix this. Any help would be greatful
  6. Well I managed to fix the item issue, but now im facing another issue. When ever I summon the item to my inventory my client crashes. But how ever when logging back in the item is in my inventory. Im able to put it on and take it off. I can drop the item but picking it up crashes the client again but apon relogging the item is in my inventory. I don't get whats going on.
  7. Hello everyone, I am trying to add in custom items into my server but for some reason when I summon the item into my inventory its a Unknown Item. How ever I can equip it and it shows the sprite and such correctly. ive uploaded the iteminfo.lua, accessoryid and accname.lub files. Im stomped and I can't figure out for the life of me whats causing this issue itemInfo.lua accessoryid.lub accname.lub
  8. Hello, I don't know if im posting in the right section on the forums, but I am looking for something to generate statpoint table for pre-renewal. I used search here on the forums and I cant seem to find anything related to it other then people asking about it as well but with no luck of finding one. Any help I would be grateful. Thank you!
  9. oh my lord, i forgot the type. Thank you.
  10. Hello everyone, I'm having a issue where a custom item is showing up in where cards show up in the inventory and I can't for the life of me figure out why. Item_DB { Id: 40017 AegisName: "Dark_Cat_Tail" Name: "Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2017 }, { Id: 40019 AegisName: "Green_Dark_Cat_Tail" Name: "Green_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2019 }, { Id: 40020 AegisName: "Orange_Dark_Cat_Tail" Name: "Orange_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2020 }, { Id: 40021 AegisName: "Pink_Dark_Cat_Tail" Name: "Pink_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2021 }, { Id: 40022 AegisName: "Purple_Dark_Cat_Tail" Name: "Purple_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2022 }, { Id: 40023 AegisName: "Red_Dark_Cat_Tail" Name: "Red_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2023 }, { Id: 40024 AegisName: "Silver_Dark_Cat_Tail" Name: "Silver_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2024 }, { Id: 40025 AegisName: "White_Dark_Cat_Tail" Name: "White_Dark_Cat_Tail" Buy: 1000000 Sell: 500000 Weight: 10 Def: 10 Slots: 2 Gender: 2 Refineable: 1 Loc: 1 ViewSprite: 2025 }, ) All of said items listed in the code are fine. No errors show up in the console. Accessoryid.lub ACCESSORY_BLUE_DARK_CAT_TAIL = 2014, ACCESSORY_BROWN_DARK_CAT_TAIL = 2015, ACCESSORY_CYAN_DARK_CAT_TAIL = 2016, ACCESSORY_DARK_CAT_TAIL = 2017, ACCESSORY_GOLD_DARK_CAT_TAIL = 2018, ACCESSORY_GREEN_DARK_CAT_TAIL = 2019, ACCESSORY_ORANGE_DARK_CAT_TAIL = 2020, ACCESSORY_PINK_DARK_CAT_TAIL = 2021, ACCESSORY_PURPLE_DARK_CAT_TAIL = 2022, ACCESSORY_RED_DARK_CAT_TAIL = 2023, ACCESSORY_SILVER_DARK_CAT_TAIL = 2024, ACCESSORY_WHITE_DARK_CAT_TAIL = 2025, [ACCESSORY_IDs.ACCESSORY_DARK_CAT_TAIL] = "Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_GOLD_DARK_CAT_TAIL] = "Gold_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_GREEN_DARK_CAT_TAIL] = "Green_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_ORANGE_DARK_CAT_TAIL] = "Orange_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_PINK_DARK_CAT_TAIL] = "Pink_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_PURPLE_DARK_CAT_TAIL] = "Purple_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_RED_DARK_CAT_TAIL] = "Red_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_SILVER_DARK_CAT_TAIL] = "Silver_Dark_Cat_Tail", [ACCESSORY_IDs.ACCESSORY_WHITE_DARK_CAT_TAIL] = "White_Dark_Cat_Tail", accname.lub (sorry wouldn't let me put it in the previous post)
  11. Khonsu

    exp database

    Hello everyone, I am looking for a exp database that can go up to a max level of 999, I did a search on the forums and all I can find is stuff related to before the exp_group_db.conf was put into the emulator. If anyone has or is willing to release a exp database that goes up to a max level of 999 that would be great! Thanks
  12. Khonsu

    Old Client

    OKay, thanks for all your help @4144. It looks like I might as well move on to a different client altogether then. Just about everything I have tried just doesn't work. Since I can't figure out if its the packetver or what, I will move on to a different client and learn how to use all the new hercules stuff thats been implemented. Thanks again
  13. Khonsu

    Old Client

    Enabling sakray via mmo.h causes it to not compile and it gives off some errors. I've tried older packetver's and when testing I would get sent wrong packet data disconnecting. Something else to know even though 12 character slots wasn't supported till the 2010 clients, this client supported it. I checked my old server files from way back when, im not entirely sure what I was using if it was 3CeAM or just straight up eA but it works with no issue in this server. How ever I want to move on to a much better and more updated source. Something else I notice in packet.h, 20090922 doesn't have any packet data listed. I have some from the old server but I don't know how to translate them or what they even do. //2009-09-22aRagexeRE 0x07e5,8 //0x07e6,8 0x07e7,32 0x07e8,-1 0x07e9,5 maybe this will be of some help? im not sure.
  14. Khonsu

    Old Client

    [Error]: Sent packet 0x007C with size 42, but must be size 44 [Error]: --- failed assertion -------------------------------------------- [Error]: ..\src\common\socket.c:2135: '0' in function `unknown' [Error]: --- end failed assertion ---------------------------------------- [Error]: Sent packet 0x007C with size 42, but must be size 44 [Error]: --- failed assertion -------------------------------------------- [Error]: ..\src\common\socket.c:2135: '0' in function `unknown' [Error]: --- end failed assertion ---------------------------------------- [Error]: Sent packet 0x007C with size 42, but must be size 44 [Error]: --- failed assertion -------------------------------------------- [Error]: ..\src\common\socket.c:2135: '0' in function `unknown' [Error]: --- end failed assertion ---------------------------------------- [Error]: Sent packet 0x007C with size 42, but must be size 44 [Error]: --- failed assertion -------------------------------------------- [Error]: ..\src\common\socket.c:2135: '0' in function `unknown' [Error]: --- end failed assertion ---------------------------------------- Currently this is the error im getting now when ever im on a WoE map, or for example in thor_v03. I've tried switching the packetver to 20090922 but still getting no where, tried to enable ragRE with the same error popping up. I tried enabling sak but it wouldn't compile.
  15. Khonsu

    Old Client

    Hey guys, so I managed to find a old client to use. How ever now im experincing a issue. if im on a WoE map or in any thor_vxx maps, every so often I will get a shop menu that just pops up. Im using a old xray client and its version is 20091013. I tried using packetver 20090922 as I did back in the days of eAthena but that isn't working. I also tried uncommenting //#define ENABLE_PACKETVER_RE to see if this fixed the issue but it hasn't. Any help would be greatful. Thanks everyone
  16. Alright thanks. Now to find a client/data folder. Off to search function I go.
  17. hello everyone, I have searched all over the forums about this, I have found posts reguarding this but no one has any solutions or posted any to it. I was wondering if its possible to use the old character creation in client version 20150513a? I found at lease two posts that say its possible but no info on how. Hopefully someone knows or can point me in the right direction. Thanks
  18. Hello everyone, I've searched the forums and I can't find the english setup.exe file anywhere. Can someone point me in the right direction or provide me a link to a working one? Thank you!
  19. Hey everyone, I'm currently having a issue while after rebirthing once you get to your second job for example Sniper, players are no longer able to learn any skills what so ever. I have attached a screenshot to show you what I mean. I should be able to learn Beast Bane but can't. I would of thought it had something to do with the skillinfoz folder so I replaced the files in there with no luck.
  20. Hi everyone, im working on some custom stuff for my server, and was wondering if it was alright to rename .lub files to .lua that is from the translation project git? I don't wanna screw something up.
  21. Hello everyone, I don't have this issue on windows but I am having it on linux. I don't know what it could be. I checked and made sure the IP's and such matched up in the files. I also made sure everything in network was set correctly as well. I still can't get the character server and map server to talk to each other.
  22. So I have just a basic question, has anyone ran a renewal server with third jobs in a super high rate setting? I.E much higher stats which means higher damage etc. Is it not balanced enough or just not recommended at all?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.