Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. You have to sign the apk, You are repacking, signature are a way to know who made the apk https://code.google.com/p/signapk/ Check this for knowing how to sign the apk. About AndRO, its waste for those who want to use new client, it doesn't support much feature. And UX is worst. I wouldn't opt for AndRO for now, till it's well developed and have a good UX.
  2. Yes, I know that bug from a week, and also why its happening, its just as usual, my time doesn't permit to update the plugin
  3. I guess this was implemented with Pet Evolution System(its new as said in topic title too)
  4. All variables are stored at SQL(except scope , since it is erased quickly (as soon as script ends))There are 6 tables char_reg_num_db char_reg_str_db and 2-2 more for login and global variables.
  5. Does that mean not too soon???
  6. Yup, some clients have broken packetKeys(which do not serve the purpose of protecting), you can check the Packet Keys here: http://www.robrowser.com/prototype/packet-keys/ (It should be Hexadecimal)
  7. I meant to say Comment #define ENABLE_PACKETVER_RE 20130807 and recompile. although, the crash might be due to your grf and data folder.
  8. All clients till now use themida, you have to unpack it, get packets and it's keys, and then use.The ones released are all unpacked ones.
  9. Better, open Notepad++,Go to Find command. Select the last option(something named extended or regex search on find window) Type there bonus2 [A-Za-z]+,8,1; doing it now..This one?herc.jpg Third option, choose regular expression.
  10. Better, open Notepad++,Go to Find command. Select the last option(something named extended or regex search on find window) Type there bonus2 [A-Za-z]+,8,1;
  11. If you mean if we can change language in renewal, then , its a yes..If you mean why we don't have custom language? Because other languages won't be supported by dev, but any user willing to translate are most welcome.
  12. Unpacking is not enough, if you can't get its packet and encryption keys.
  13. There's some bonus2 blabla,8,1;And bonus2 blabla,6,1; And that blabla isn't a appropriate bonus(maybe a typo??)
  14. Dastgir

    partyrecall

    @@woody You want to call all party members right? You can use warpparty: http://herc.ws/wiki/Warpparty What you mean By party recall by leader
  15. Isn't 20130807 ragexe instead of RagexeRE?
  16. Dastgir

    Auraset

    Hmm.. I should really avoid quick fixes and should give appropriate time to this plugin..Yes that's correct report, and I know why it happens, because I changed PostHook to PreHook and forgot to add some conditions.
  17. Dastgir

    Auraset

    Were you able to read the core dump? What is the cause of the crash so I can try to reproduce with the latest version haha It was caused by monsters(Non Player) Units when they try to end the hide effect of themself.
  18. Dastgir

    Auraset

    @@Kong v1.4 Available - Fixed Crash, Refactored Some more Parts.
  19. Fixed @v1.3b Thanks for reporting (many) bugs xD.
  20. what is the total stats point i can get?i meet all the 5times normal and 1 time master? is 300*5+200 or 300*5+200+300*5 for loop of rebirth sorry for noob question.im confused with this script. the script is very nice..thnx for this +1 for you sir It depends on .StatusN = 300; //Status Point to Give at Every Normal Rebirth. .StatusM = (.StatusN * .MasterRebirth) + 200; //Status Point to Give at Every Master Rebirth. (Don't Change initial part) If that's unaltered. and if you did 5 normal and 1 master, then your status point = ( ( ( 300*5 )+200 )*1 ) + ( 300 * 5) = 3200 Status Points Script Updated to v1.3 now can rebirth any job by setting setarray .add_jobs[0],Job_Gunslinger, //Additional Jobs, who can rebirth Job_Soul_Linker, Job_Star_Gladiator, Job_Taekwon; @@Skyline xD
  21. Dastgir

    Auraset

    Ohh there you go, don't know how I missed it in this plugin... Will update in some time v1.3 Available, Refactored some part of the source, Fixed Crash on @hide and @warp
  22. Search , else I will screenshot a set of images for you xD
  23. Extreme busy schedulez, maybe this project will be finished in 2 months now :x
  24. Dastgir

    Auraset

    Oh yes, you are right. Thank you for that, at least I can enable it once again and just avoid using @hide lool.Doesn't happen to me now with @aura and then @hide.Updated to v1.2 Hi @@Dastgir Unfortunately this still happens when using @hide then warping. (Using @warp / @go) Map server will crash..It would be glad if you provide gdb report,As I cant reproduce using @hide the @warp
  25. @@Kong http://herc.ws/wiki/index.php?title=GDB&diff=970&oldid=969#Example
×
×
  • Create New...

Important Information

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