Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Guide setting up 2013+ Client for Hercules
Dastgir replied to zackdreaver's topic in Client-Side Releases
Show the screenshot, it should show the file name and line number too. -
Guide setting up 2013+ Client for Hercules
Dastgir replied to zackdreaver's topic in Client-Side Releases
Get updated lub files from ROClientSide Repo: http://herc.ws/board/topic/398-client-translation-project/ -
Well you can do it now too, just redirect tnotice page to .php file, and that should include code for checking 'online ports', there's many script(just google) about port checker, and if port is open use ONLINE or <IMG> tag to display online image.
-
Guide setting up 2013+ Client for Hercules
Dastgir replied to zackdreaver's topic in Client-Side Releases
Don't diff with HKLM to HKCU patch.See the FAQ part if you encounter any other problem setting up client. -
Test Server link have been put up(Those whoever want to login and check for bugs ) min player: 1 Max Player: 50, only CTF for now, would be coding others soon.. _m/_f for registration.
-
Just disable renewal, and check it, if you feel its wrong , open a bug report , and it would be solved within days.
-
How i traslate the names of the new Maps Navi To English?
Dastgir replied to OmarAcero's question in Script Support
Get Translated worldviewdata from ROClientSide Repo, Link: http://herc.ws/board/topic/398-client-translation-project/ -
Hmmm.. Strange. I have whole BG system using queue, it never got below 0
-
Compatibility: Windows 8.1 and Ragnarok
Dastgir replied to satsugaides's question in General Server Support
I wish that was the case but the player has not come to the point where he could login. When he runs the .exe file of the game it just wont come out nor appear in the processes in task manager. Totally out of idea Yes. We tried all available compatibility option via administrator and standard user. Head's bleeding from all the scratchin' :/ Last but not the least, give your whole ROO Folder to him, maybe he misses some files or data folder, or clientinfo.XML which makes client to not start...- 15 replies
-
- Ragnarok Crash
- Compatibility
-
(and 3 more)
Tagged with:
-
[HELP] Editing of the file detected ( 2013-08-07ragreA client )
Dastgir replied to exibitz's question in Client-Side Support
So this happens even if you don't have any kinds of shields?? -
Moving to suggestions forum.. Edit: I would like to suggest 3rd thing in this case Move queue system to different interface rather than in script-> pointer...
-
1) there's command called qicheck.2) there's queueiterator, which I think does the work, for what you would need array(maybe for looping and checking), that's what iterator do(loop through each value) Hope I didn't misunderstood your questions.
-
but how were the codes found in the first place?Is there a way to decompile/debug the ragexe, or was there a source leak by gravity? codes were decompiled/analyzed, by various programs, like IDA/ollydbg, and studied how it works, and are manipulated accordingly. There aren't any source leaks of clients yet by Gravity(that would be awesome if that happens )
-
According to data I have, it should drop Ghostring Card @Repeat of 1 Fixed @ https://github.com/HerculesWS/Hercules/commit/717aac6ff2e4f965fec81bff2e7364e2111e701e
-
not ok to ignore, its constants used for scripts(if there's any script, like disguise), you see the 2 mob id's 1120 and 3188, having same name GHOSTRING, just change it. add a _, to avoid any more warnings.
-
What you mean by BG Stast(start?? Stats??)By advanced woe, I assume you mean AncientWoE.. I guess he means advanced WoE and Battleground statistics. Somewhat like it were done in philippinesmod. Cool looking stats that can be shown on website with kill count, damage dealt and etc. Ahh , doesn't matter, those who wanna use it will use , (and as I have been saying from start, its still WIP, and many things are remaining, so rankings might be the last thing )
-
I doubt if RO can handle those much big maps...
-
Compatibility: Windows 8.1 and Ragnarok
Dastgir replied to satsugaides's question in General Server Support
Indeed. I forgot to add that to the list. Windows is fully updated. Don't run it from program files folder maybe, works fine for me in windows 8.1(setup.exe have some problem, and nothing else)- 15 replies
-
- Ragnarok Crash
- Compatibility
-
(and 3 more)
Tagged with:
-
[HELP] Editing of the file detected ( 2013-08-07ragreA client )
Dastgir replied to exibitz's question in Client-Side Support
But that doesn't happen normally, unless one have some shields like harmony/IG/etc... -
As I said, it's still WIP, and will only be released after full BG is supported What 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)
-
It would be glad, if you post the error by which this command doesn't seem to work for you
-
That reports of woe_controller.txt which uses .Reward, but should have used .reward
-
Setwarp_delay: To the required delay And all other to 0 like this? int64 warp_delay = 5000; //Seconds*1000 (Second) Delay(For Player and Others).int64 warp_delay_mob = 0; //Seconds*1000 (Second) Delay(For Monster).int64 warp_delay_pet = 0; //Seconds*1000 (Second) Delay(For Pet).int64 warp_delay_homun = 0; //Seconds*1000 (Second) Delay(For Homunculus).int64 warp_delay_merc = 0; //Seconds*1000 (Second) Delay(For Mercenary). Exactly..
- 47 replies
-
Setwarp_delay: To the required delay And all other to 0
- 47 replies