Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Generally, it would be saved as name "core" Alternatively, open a new screen(don't turn this screen/session off) on putty, run map-server from command gdb map-serverrunAnd upon crash, the same screen will show crashdump.Then type bt full Then copy all contents and paste
-
@@Kong Could you possibly manage to post gdb core dump?? So it would help me more to pinpoint the issue
-
Hopefully, I think it's fix, since I don't receive these kind of warning or debugs, and issue is more than year old(so probably is fixed).
-
yes but with custom/non official formulae I understand, thank you, I might do an adaptation for their own use and there is no make available here in the forum for other users to be interested in these unofficial formula. make it as plugin if possible Skill and Plugins , its difficulty is high , skill functions are not flexible currently ....
-
First one in descript should always be title, timer can go on 2nd or greater .
- 17 replies
-
Slot Robe (8192) of the visual item is not working when equipo item
Dastgir replied to Tutti's question in Client-Side Support
It is client side bug, probably you miss something in iteminfo or datainfo folder.. -
@@Kong , I will check the issue and will update it in 1-2 days.
- 47 replies
-
how to create server side and client side ?
Dastgir replied to unrealking's question in General Server Support
Also the host field seems incorrect. It should be localhost and not @localhost- 5 replies
-
- server setup
- client-side setup
-
(and 4 more)
Tagged with:
-
Rebellion skills are not yet added, as we don't have the official information about it.
-
Why not download new revision? Guide: http://herc.ws/board/topic/152-obtaining-hercules/
-
Hi Dastgir, There's a bug when you just got hit after dying. When you try to press the "return to save point" button 2~3 seconds after dying, you will gain some HP but you're still dead. And monsters can still attack you and you will die again even if you're already dead. Pressing the "return to savepoint" button doesn't allow you to go back to your save point, you still need to wait for 5 seconds after dying. I think you should disable warp hit delay when you're already dead. Fixed in v1.3. Also Seperated the warp delay timers for Players and Others..
- 47 replies
-
Updating Hercules: http://herc.ws/board/topic/152-obtaining-hercules/?p=845#entry845 (Windows) http://herc.ws/board/topic/152-obtaining-hercules/?p=846#entry846 (Linux) ^ Only Applicable if you used Git to download the hercules.
-
If it happens on all client. It might be some source edit or script doing this... (Or maybe your PC problem)
-
yes fully updatedPlease update your Hercules, hascashmount was added few months back.(Also be sure you recompiled the Hercules) The script doesn't throw any error/warning to me.
-
Ability to show custom commands at @commands Possibly a new optional argument to bindatcmd to have option to enable or disable showing it in @commands ..
-
I will do refactoring of this plugin as soon as I get time.
- 17 replies
-
- critical strike
- magic critical
-
(and 1 more)
Tagged with:
-
As I said, it's still WIP, and will only be released after full BG is supportedWhat you mean by BG Stast(start?? Stats??) By advanced woe, I assume you mean AncientWoE.. EDIT: I have included a Poll, please vote for it... Currently I have coded only @joinbg and others can be coded (and would want it to do it before completing other type of bgs, so that the base is complete) http://x-ro.net/ -> Ranking -> BG / WOE 30% of this BG type success is advanced detailed ranks stored in SQL IF you will make it, you will totally destroy eAmod and Zephyrus. If you need money support for this, just say about it, i hope, many people will help you, because we tired to wait it from Zephyrus since 2013.... I can actually do this, if sir dastgir wants to collaborate I can make a addon for flux cp for his BG check this out http://insurrection.ragnarok.gs/?module=ranking&action=character Of course ,I can collaborate (everyone is welcome to support and help in development)
-
Try to enter same message in chat, and see if it get displayed or not, if not then maybe the disable manner is not working for the client you using.
-
Client never makes any crashlog text. It was some game guards which does that(e.g harmony)
-
Emulator is giving "Warning" on some items to connect
Dastgir replied to Tutti's question in Database Support
You might have changed those names from item_db.conf, or maybe check if the server was able to read item_db and theres not any other warning/errors. -
I support this ... (Specially the rA commit, probably merge it? Or make it even better if possible?)
-
It is possible to host FluxCP files remotely from server files. and you can have FluxCP database located at different server too. just configure the FluxCP and show us the error, so we can help you out. Probably you haven't allowed access to remote connection from MySQL.hi can you help me about this error? Error: PDOExceptionMessage: SQLSTATE[28000] [1045] Access denied for user 'root'@'167.114.100.72' (using password: YES)File: /home/rogamin1/public_html/restrict/lib/Flux/Connection.php:81 Access denied, that means wrong password is been used.
-
No , autoloot gives the item directly to you when you KILL the monster.This command, let's you auto pick all item in x By x range if you just pick one item.(PICK from ground),
- 36 replies
-
- lootarea
- loot by area
-
(and 1 more)
Tagged with:
-
solves one and another one appears haha [Error]: script error in file 'npc/pre-re/custom/auto_job.txt' line 377 column 3 parse_line: expect command, missing function name or calling undeclared function 374: jobchange getarg(0); 375: set BaseLevel,getarg(1); 376: set JobLevel,getarg(2);* 377: ResetSkill; ~~~~~~~~~~~~~~~~^ 378: ResetStatus; 379: set SkillPoint,98; 380: percentheal 100,100; @Edit Solved! Thanks man Hercules is case sensitive, soResetSkill; Becomes resetskill; Same with resetstatus; and others(if any)