Jump to content

Midas

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Midas

  1. Not active in the forums lately. Busy ~ Msg me on discord. :lol:

  2. Are you using 2013-08-07a client? It is not implemented as far as I remember in 2013 clients, you should use 2015 clients for all costume equipment. (included costume accessory).
  3. there is no iteminfo.lub too. I retried it and followed other guides, it still is the same. Doing @ii 20300 tells me the name and stuff, but it still spawns as unknown item with an apple icon. ^^ 2013 and up to the latest client release uses iteminfo.lub for item description, not tidnum2itemdesctable and num2itemdesctable Look at your RO Folder/System/Iteminfo.lub or iteminfo.lua Then go to search for 20300 item, if an item exist with an ID number the same as your custom. change it the ID num.
  4. check last line accessoryid. e.g. ACCESSORY_C_Full_Bloom_Hp_Blue = 1476, ACCESSORY_Cylinder_Hairband = 1477, (Last Line) >ACCESSORY_Black_Valk = 1478, https://rathena.org/wiki/Custom_Items
  5. You can read it here why. https://rathena.org/wiki/Custom_weapons
  6. You have to configure your char_athena.conf And configure your sub_net.conf Don't forget to configure your clientinfo.xml to your no-ip hostname
  7. You can use the latest revision of Rathena, and use the most stable client as far as I know. Which is 2013-07-03aRagexe.exe. as for your question about the starting point. By default. The Rathena is renewal, you can change it in trunk/src/config/renewal.h Uncomment all the renewal lines to switch to pre-renewal. and for your last question. You have to do it manually, all of the quest,maps, npcs, are enabled up to the latest episode as possible. You can disable all of those maps, quest, npc one by one.
  8. What exactly are you trying to achieve? can you be more specific when asking such questions? If you are trying to host from your own home. You're in the right path. But I suggest, when you port forward 6900,5121,6121. Make sure all of those ports are able to accept TCP/UDP. Port 6900,5121,6121 can only be detected/opened when you opened a software that listens to the port you've just forwarded.
  9. I think it has something to do with the client you are using. I've seen a lot of people having troubles with 2015-11-04aRagexe. Unknown Packets, errors, bugs, etc.. it's not a stable client yet.
  10. You can always use the search bar, or google or you can hire a developer to setup the client you just purchased. I'll just post this just in case you still don't know how to. https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client/
  11. Check your config.inc.php in wamp/apps/phpadmin Then put your password in "$cfg['Servers'][$i]['password'] = '';" e.g.
  12. Message Functor. https://rathena.org/board/user/20454-functor/ Creator of Gepard Shield.
  13. Just wait a couple of days, he is going to reply. https://rathena.org/board/user/20454-functor/
  14. Solved already. I manage to update the patch. Necessity really is the mother of all inventions.
  15. I would like to request to someone who can update this patch to the latest rathena release. I've tried updating it manually, it's full of errors, and bugs. And I really don't know what to do now. I've been at it for a couple of days now, still. No luck. https://rathena.org/board/files/file/3266-bg-eamod/ How I would like it done: 1. This patch should work to the latest rAthena 2. and This patch should be compatible to the BG eamod scripts. Thank you in advance!
  16. I haven't seen it yet. Thank you for pointing that out. I'm still figuring out all of the factors that needed to be in the formula. Elemental Property, Stats, Hit and flee, etc...
  17. So, I've created this formula of mine and I want to know your thoughts guys. This formula is made for the implementation of renewal monsters to pre-renewal and converting the HP/Atk/Stats of renewal monsters to pre-renewal for balancing. ~Reasons why I want to convert/change renewal monsters to pre-renewal 1. Monsters in renewal will be hard as hell to kill if implemented in pre-renewal. (Balancing Issues) 2. I want to create this formula in order to implement more episodes on a pre-renewal server. 13.3 is the last episode for pre-renewals 3. I never really liked the monster stats in renewal. All of the monster became homogeneous in renewal. so, basically, every monster is almost the same damage/stat/hp just different sprite,size, and movement speed. 4. I'll think of more reasons why. Haha! So, let's get started! . These are the factors that I'm gonna use for the creation of the formula. Factors: Highest Monster Level (Formless,Brute,Insect,Demon,etc...) HML in short - Why we are going to base it to the HML in RO? if you haven't noticed it already, every episode update. Monsters are increasingly stronger than the last update. E.g. Eclage Monsters are far more stronger than El Dicastes update. Monster Size (Small, Medium, Large) MS in short - I think it has a great significance when it comes to monster stat formula, The larger the monster, the stronger they are. (Large>Medium>Small monster) Highest Monster Attack (Formless, Brute, Insect, Demon, etc...) HMA - The attack of monsters in the last pre-renewal episode should be our factor when it comes to computing for renewal monsters attack. Highest Monster HP (Formless, Brute, Insect, Demon, etc..) HMHP - Same reason, we can't let the renewal monsters more weaker than in pre-renewal Boss Type Status / MVP / Mini-Boss - Same reason as HMP For now, these are going to be our only factors when it comes to converting renewal monsters to pre-renewal. I know there are a lot of factors, but this is what I see the most important. 1. How do we compute for monster's HP? Formula: HML (Formless,Brute,Insect,Demon,etc..) / HMHP Non-Boss Type Monster. Race: Formless. Size: Large - Pre-renewal E.g. Bradium Golem 2024: HML: 101 Formless HMHP: 45,200 HP 45200/101 = 447.52 HP/Level of Race: Formless, Size: Large So, Let's try to apply the HP/Level that we got. Which is 447.52 HP/level. Non-Boss Type Monster. Race: Formless. Size: Large - Renewal E.g Bloody Knight 2472 (Re-Stats) HML: 116 Formless HMHP: 285,000 116*447.52 = 51,912 HP So here, we got the converted HP of Bloody knight in renewal of 51,912 HP We used the HML in formless, the Size which is Large. Non-boss type status. This is basically the principle of my formula. Thank you for reading my post. Maybe I will create a program for conversion of renewal monster stats to pre-renewal. or maybe I won't. Haha! To be continued......
  18. I do have a couple of ideas for the formula of stat conversion. But, it will be the last part after the renewal instance is fully working. If I manage to implement those renewal instances in pre-renewal, I would be really glad to share the instance, formulas etc.. to the community.
  19. I was wondering about this for couple of days now. and Is it possible to implement all of those renewal instance on pre-renewal? E.g. Wolfchev Instance - Implemented on pre-renewal As of now, the only issues I see on implementation of those instances are ~Mob DB (You have to manually add those monsters in renewal in pre-renewal db) ~Quest DB (Same as Mob DB) ~Other official quest renewal connected to renewal instances (Most of the instances, need quest prerequisite before you can enter) ~ HP/attack/skills of monster/ formula (for balancing purposes, renewal monsters in pre-renewal server is going to be hard as hell to kill) and, that's all I can think of right now, But let me know your thoughts, on what should I do first, and other factors affecting the implementation of renewal instances on pre-renewal server. Thanks!
  20. I would like to request a Euphy's multi shop, but the currency is cash points. I've been trying to change the currency for these past few days. Server crash and wrong scripts . I've tried searching in the forums, No luck. I can't find any post about it. . What I would like is in my script request is, Multishop changed currency to Cash points. No other items, or anything just cash points. If i can get my hands on these scripts, it would help me so much. Plus, I can analyze the script also and learn from it. P.S. I'm still a newbie at scripting Solved Already: I manage to create one myself. I thought it was really difficult so i asked for help/request.
  21. 1) You can use latest 2016 KRO client, or 2012-13-14, 15. The only difference is the updates of KRO with each client and the size of it. 2) You can use the most stable clients. 2012-04-10, 2012-06-18, 2013-12-23 It's up to you to decide which is far more suitable for you. NEMO works fine on every client ( as far as i know) 3)Yes, the latest rathena still supports old server emulation. I suggest you should use the latest release of Rathena. Goodluck!
  22. Data and System, lua files came from https://github.com/ROClientSide/Translation and KRO Client From. https://rathena.org/board/topic/102572-kro-full-client-last-update-06152016/
  23. I've tripled check it. I'm using the latest translation of Lua files, data translation, and everything.
×
×
  • Create New...