Jump to content

Khonsu

Members
  • Content Count

    27
  • Joined

  • Last visited

About Khonsu

  • Rank
    Member

Recent Profile Visitors

2304 profile views
  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.
×
×
  • Create New...

Important Information

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