Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Indeed hotkey.lub was decrypted badly, Updated the new hotkey.lub which is working fine (https://github.com/ROClientSide/Translation/commit/2175ef794b1db41abf23fd6e0f9224f9ec87f1c5) Thanks
-
Update your kRO, that file can be found in data.grf but is missing from yours.
-
Any chance to know or debug which is missing?
Dastgir replied to Hadeszeus's question in General Server Support
Not a missing map, but source trying to get MapID of an empty mapname.. -
Client has nothing to do with pre-re or re.You can even use 2014 clients with pre-re.
-
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
-
eAmod don't have direct assessment of variables, you have to change it yourself. like .@UGR_breaks = 1; will become set .@UGR_breaks,1;
-
Community >> Call to Action!!! << lets save resources!
Dastgir replied to evilpuncker's topic in General Discussion
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 -
KB is not limitation, I think it needs to be in 16 bit BMP format, that's it..
-
Why Endless Tower MVP's doesn't count as MVP ?
Dastgir replied to Kusoo's question in General Server Support
Because endless tower NPC are not spawn based, its attached to an specific NPC event(NPC::OnMyMobDead) (and thus don't call OnNPCKillEvent) -
No matter if not from official server(Iteminfo is also part of official info though), you can open a PR..
-
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)
-
About effect disappear, I would check(can't view video) About teleport effect on warp, I will fix it asap.
-
Both are good2012-04-10 supports idnum And 2013-08-07 supports iteminfo So maybe go with 2013-08-07...
-
Format is@aura id1 id2 id3 Where, id2 and id3 are optional will there be any update to this? Isn't that already implemented?
-
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)
-
How to support packet encryption in 2013-08-07a Ragexe
Dastgir replied to KaitoKid's question in Client-Side Support
Did I did this right? #if PACKETVER >= 20130807 packetKeys(0x58AA359A, 0x55F86C1E, 0x3F094C49); /* Thanks to Shakto */#endif Yes, recompile now, and restart. -
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)
-
How to support packet encryption in 2013-08-07a Ragexe
Dastgir replied to KaitoKid's question in Client-Side Support
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) -
2013-08-07a Ragexe - Unsupported Packet
Dastgir replied to KaitoKid's question in Client-Side Support
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" -
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..
-
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.
-
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.
-
2013-08-07a Ragexe - Unsupported Packet
Dastgir replied to KaitoKid's question in Client-Side Support
Yep, set also as 2, still not working. Set it to 0, since you selected "Disable Packet Encryption" Diff in the client.Then restart... -
Get new lua files/hotkey.lub Check my signature for clientside repo link..
-
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...