Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Still we use questprogressQuestprogress for both checkquest and isbegin_quest But be sure to change return values of checkquest as it differs with quest progress.
  2. Run map-server separately and see what's the error
  3. Update your Hercules. Those functions were added to Hercules 1-3 month ago.
  4. # MySQL returned an empty result set (i.e. zero rows).[/size]What does that mean everytime I run a query? That means there were no select called(I.e return row).You create a tabble that's why.
  5. if (varcheck==0){mes " you can't warp";close;}warp "ABC", 1,1; Or if having quest, you can use If (checkquest(QuestId)!=2){ Blabla close;}warp...
  6. As Judas said, not possible, probably switch to old client if you want that kind of inventory.
  7. Updated to Support EmpBreaker Ranking(Char and Guild Based) (Sorry for too much unoptimized script,will optimize it in next version)
  8. No idea if they have territory, but I have heard something like, you can't be in guild if you join clan...
  9. Use any svn hosting, you can pretty well host patcher there, Googlecode is one of the svn host which is free
  10. Exam Week!!! see previous status...

  11. 1. Not actually evilpuncker, if you enable packet encryption with good keys , wpe and rpe is 100% blocked, and all other hacktools which manipulate packets are 100% blocked.
  12. Its not updated since a year maybe
  13. Normal Flavius/KvM and Tierra or if you intended to say eamod??
  14. Your client can't read the file,maybe you forget to include the cps.DLL provided with the grf.What you using for encryption?? SecureGRF? If yes then it would provide the DLL with the name you mentioned in output Dir(where client was been encrypted), else copy cps.DLL as mentioned by respective grf encryptor Yes sir, i already did. I put the .dll file in my ro folder but still im having the same problem. You probably aren't using the new client(one that is given out by grf encryptor) that reads that DLL.
  15. Your client can't read the file,maybe you forget to include the cps.DLL provided with the grf.What you using for encryption?? SecureGRF? If yes then it would provide the DLL with the name you mentioned in output Dir(where client was been encrypted), else copy cps.DLL as mentioned by respective grf encryptor
  16. Haven't seen that in msgstringtable..Maybe hardcoded in hex?
  17. You seem to do it in a very confusing way.Back to the point, Run gdb, it will get you to exact location of crash, and probably that symbol might be missing, or something like that.. (Also, myself i never feel to split a plugin, my plugin is ~3k lines and still growing...)
  18. Dastgir

    script_add_str

    I know and clearly what the error mean. But where is "(in 'loading char/acc variables')"? Yeap, my English not very good, and yet LOL is seem suit to me. Maybe you previously ignored this message, or maybe you transfered/upgraded the Hercules. The only solution is update char_reg_num_db and replace all zeny with Zeny.
  19. Not actually the death, since there will be new server in iRO where all pRO acccounts will be moved, so that iRO would be new pRO
  20. Better check up?! Maybe mysql crashes??
  21. 500 is not a range for monsters. Monsters have range from 1000-3999 (Depends upto client, 2013 ones have till 3999) and the new client than 2013(2014 and up) have mobs range starting from (1000-3999 and 25000-2xxxx), not sure about till what they go.
  22. Use Hamachi IP over there.
  23. Open Putty, Type following things cd /path/to/emulator/chmod a+x sysinfogen.sh./configuremake all That's it
×
×
  • Create New...

Important Information

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