Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Indeed hotkey.lub was decrypted badly, Updated the new hotkey.lub which is working fine (https://github.com/ROClientSide/Translation/commit/2175ef794b1db41abf23fd6e0f9224f9ec87f1c5) Thanks
  2. Update your kRO, that file can be found in data.grf but is missing from yours.
  3. Not a missing map, but source trying to get MapID of an empty mapname..
  4. Client has nothing to do with pre-re or re.You can even use 2014 clients with pre-re.
  5. Simply replace the script with what I suggested and it'll work out fine. The actual underlying bug is a tad more complex and I wouldn't know how to fix this from the source files myself (plus I'm sure other people have experienced this). I'd post the issue on the Bug Tracker, in the Scripts section. (This is not your hosting service's fault, if you were wondering that xD!). Its actually client bug, which does not support these kinds of things, close; without mes would behave abnormally if you try that in client
  6. eAmod don't have direct assessment of variables, you have to change it yourself. like .@UGR_breaks = 1; will become set .@UGR_breaks,1;
  7. Agree. For Credits, one can mention the name of it on "Content Author" Field while Uploading the File on Download Section There's many file over cronus/brAthena, which got lost due to maintenance and all
  8. KB is not limitation, I think it needs to be in 16 bit BMP format, that's it..
  9. Because endless tower NPC are not spawn based, its attached to an specific NPC event(NPC::OnMyMobDead) (and thus don't call OnNPCKillEvent)
  10. No matter if not from official server(Iteminfo is also part of official info though), you can open a PR..
  11. Some things to check1) check if `char` table have proper data(that's where character is stored). 2) PACKETVER set to 20120410 and recompiled the server 3) you are connecting to proper IP of migrated host. (Show Warning/Error of char/map-server if any)
  12. Dastgir

    Auraset

    About effect disappear, I would check(can't view video) About teleport effect on warp, I will fix it asap.
  13. Both are good2012-04-10 supports idnum And 2013-08-07 supports iteminfo So maybe go with 2013-08-07...
  14. Dastgir

    Auraset

    Format is@aura id1 id2 id3 Where, id2 and id3 are optional will there be any update to this? Isn't that already implemented?
  15. You mean 3rd job??I guess go with 2012-04-10 or 2013-08-07 (no idea how updated is bRO), surely there would be some item/mob which would not be on bRO(regardless of whatever client you choose)
  16. Did I did this right? #if PACKETVER >= 20130807 packetKeys(0x58AA359A, 0x55F86C1E, 0x3F094C49); /* Thanks to Shakto */#endif Yes, recompile now, and restart.
  17. Skill - right click??Its generally on lua files named skillinfoz/skilldescript.lub For icon, stateicon/stateinfo.lub(or something like that name in that folder)
  18. Packet First Key Encryption [58AA359A] Packet Second Key Encryption [55F86C1E] Packet Third Key Encryption [3F094C49] Make sure you change those keys in SRC/map/packets.h and recompile (Show packets.h if you have done it already)
  19. Yep, set also as 2, still not working. Set it to 0, since you selected "Disable Packet Encryption" Diff in the client.Then restart... Thank you! It works! If you want to use packet encryption,Set that setting to 2 and diff new client and don't select "Disable Packet Encryption"
  20. But if he knows svn version (or have .svn folder intact in emu folder)If svn version of eA is known, it would be quick to transfer as I said earlier..
  21. Simple Answer,Till now you cannot do that(and probably would be difficult to do with hexing too). If you want it, switch to old client.
  22. Dastgir

    Error

    Error itself tell the solution Click PROJECT at top, and click Update VC++ Project. This problem is maybe because VC++ Haven't been fully installed.
  23. Yep, set also as 2, still not working. Set it to 0, since you selected "Disable Packet Encryption" Diff in the client.Then restart...
  24. Get new lua files/hotkey.lub Check my signature for clientside repo link..
  25. Dastgir

    IND please!

    I wish I can tell you what it really means... but I was sworn to secrecy. :> urgh.. so closeSo far to be so close....Release it Ind...
×
×
  • Create New...

Important Information

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