Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
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.
-
Run map-server separately and see what's the error
- 47 replies
-
Update your Hercules. Those functions were added to Hercules 1-3 month ago.
- 17 replies
-
- critical strike
- magic critical
-
(and 1 more)
Tagged with:
-
# 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.
-
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...
-
As Judas said, not possible, probably switch to old client if you want that kind of inventory.
-
Updated to Support EmpBreaker Ranking(Char and Guild Based) (Sorry for too much unoptimized script,will optimize it in next version)
-
No idea if they have territory, but I have heard something like, you can't be in guild if you join clan...
-
Use any svn hosting, you can pretty well host patcher there, Googlecode is one of the svn host which is free
-
Yes it can be used.
-
New Server! Newbie asking some stuff here!
Dastgir replied to Kusoo's question in General Server Support
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. -
Its not updated since a year maybe
-
Normal Flavius/KvM and Tierra or if you intended to say eamod??
-
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.
-
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
-
Haven't seen that in msgstringtable..Maybe hardcoded in hex?
-
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...)
-
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.
-
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
-
Better check up?! Maybe mysql crashes??
-
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.
-
Use Hamachi IP over there.
-
Is your mysql running ??
-
error on the host compilation
Dastgir replied to Natandrummer16's question in General Server Support
Open Putty, Type following things cd /path/to/emulator/chmod a+x sysinfogen.sh./configuremake all That's it