Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Not really, one can just directly send request to php to fetch a specific Id from SQL, so does not necessarily need 24/7 looping
  2. Also to edit item_db.conf entries, you can make a new entry on item_db2 and add "Inherit: true" option
  3. This can be done without source too, scirpy stores all things in SQL, php checks SQL regularly, and emails, else by using functions in c(source) to send email
  4. Been discussed a lot of time, What if there's new feature on client, that needs to be added to pre-re ones too(I.e double work) IMO, having ability to change from re to pre-re is nice, rather than downloading new emu,then applying own changes,etc.
  5. here is my atcommand.c line 5274 According to gdb , 5274 must be inside mobinfo command with "sprintf" function, Maybe you updated your repo after crash?? If so, please recompile, get the gdb report, and the line menioned on gdb report.
  6. Maybe because of poring sprite?? Can you summon poring and be sure its not sprite error??
  7. The message is there msgstringtable.txt, you can change that message to something else too, however I believe there's some diff to remove that one(not sure)
  8. Also if someone bought it, and give it to second person , the second person too gets all right as the first person (same applies to all other person who got the file, no matter if bought or got from friend)
  9. Get system/iteminfo.lub (System folder should not be in GRF)
  10. Any more information?? Like which monster you doing @mi, And gdb report would help to solve your problem.
  11. kRO is must,After kRO, you need translation files(https://github.com/ROClientSide/Translation) and a client of your own preferable date. If you can let us know what error you having, we might be able to help you better.
  12. Dastgir

    eAmod down?

    Yes, that's the link.
  13. eAmod is emulator packed with mods, and its completely legal to share it for free or paid, since it'd under gnu license. If you want some features to be merged, then you have to make some changes to the functions that are renamed or like so.
  14. 0x2147483647 Change it to 0x7FFFFFFF or 2147483647 2) Atk: Any Field cannot be empty, delete this field, if you don't want any Atk Value.
  15. Dastgir

    MVP Summoner

    Change monster strnpcinfo( 4 ), 0, 0, "--ja--", 1708, strnpcinfo( 1 ) + "::OnSummon"; To monster strnpcinfo( 4 ), -1, -1, "--ja--", 1708, strnpcinfo( 1 ) + "::OnSummon";
  16. Dastgir

    MVP Summoner

    Please avoid unnecessary bumps, you can bump only after 24 hours.
  17. Dastgir

    IND please!

    Wait wait wait xD
  18. 2 MORE DAYS!!!!! ㅁ-ㅁ

    1. Relzz

      Relzz

      Thats what he said.. ye? .. welp.. xD

    2. Dastgir

      Dastgir

      Thats what I said and not he(I guess you referring to Ind)

  19. This actually isn't a issue and a normal behavior of new clients, it's the character code to percent bogus same name char, and is unique to each character. Its named as C CODEThough I believe it can be removed hexing , but does someone care for that number for that menu...
  20. GD_SKILLRANGEMAX ^ set that to below 999, (it's on map/skill.c or maybe on common/mmo.h) About merc having different skill, its due to kro following that way. Adding player skill: Edit mercenary_skill_db.txt to include player skills to respected mercenary.
  21. Would verify soon with kRO data.
  22. 2014 : 2014-02-05 2013 : 2013-08-07/2013-12-23 2012 : 2012-04-10 These are some known good clients from particular year. Try the clients, if you don't like it, then try to use other to match your server.
  23. Update your msgstringtable.txt (client side)
  24. Packetver is for client and has nothing to do with episodes, For making it pure 13.2, Check which items/mobs/npc were there on > 13.2 and disable those.
  25. Hello Dastgir and Angel, Why is it that if I will spam a certain Skill on a Player like sonic blow that server will get disconnected.. Any idea? [Error]: Server received crash signal! Attempting to save all online characters! I dont have problem in PvM only in PVP Can you give gdb coredump??
×
×
  • Create New...

Important Information

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