Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Hi all, To all those who want to avail my services, I would not be available for paid services. For all those who have availed my services but is pending, Refunds are initiated and I apologize for not completing it. (If you haven't received it yet, please do leave a message) I would not be able to take any paid services due to some unforeseen circumstances. Regards, Dastgir
-
Those warp are static or generated via script and changes location? If they are meant to be static, you can use newer client feature named (signboard) and just link to those warp co ordinates.
-
Which client you are using? When does this happen(login in/using skills/char select/etc)
-
You can also use third party tools like I made months ago (https://github.com/dastgirp/Scripts/blob/master/python/MapCache/mapcache.py) But I would recommend plugin as it have more options and is officially supported
-
Use opensetup and change character encoding
-
Weemapcache is known, but it does not follow proper format. Weemapcache does not preserve map index instead of creates its own index based on map names (alphabetically) Also, new system helps to know what changes are been done and is better trackable in git.
-
Well, you are free to change emulator, nobody is forcing anything to you. Also, swearing/shouting is not allowed in this forum.
-
Please don't use light colors, it is extremely difficult to read on this theme of forum.
-
what is the difference between _("<string>") and _$("<string>")
Dastgir replied to AnnieRuru's question in Script Support
This can give some overview: https://github.com/HerculesWS/Hercules/issues/2233 _$ is used if there's some string formatting (%s, %d or something like that), mesf is basically 3 commands in one, i.e mes+sprintf+_$ _() is used to enclose strings which aren't in commands that are translated(only few commands are detected like mes/select), others needs to be enclosed in _(), also raw string needs to be enclosed. c-format is comment in pot file which says formatting is present. -
Contact me in discord (@Dastgir#1460), and we will see what went wrong
-
https://github.com/dastgirp/eBG/tree/master/server/maps : You need to put it in maps/pre-re or maps/re folder according to your server config. resnametable.txt should be in first GRF and should be added to existing file (not overwritten) You don't need mapcache plugin, since I have already generated .mcache files and uploaded it.
-
Can you write steps on what you did for map? (If possible paste the contents of resnametable.txt, map_index.txt and maps.conf). resnametable.txt is in client side. The server does not need any clientside file except resnametable (that's how resnametable works)
-
Ignore that ebg_tunnel warning. For everything else, refer to readme, you don't need any files. You need to copy entries of resnametable.txt in your clientside.
-
Please follow instructions from here: https://github.com/dastgirp/eBG/blob/master/README.md You only need to compile and enable 2 plugins, namely "ExtendedBG" and "ExtendedBG-char", you don't need to compile "eBG-common", however it should be present in the same folder, as "ExtendedBG.c" includes those files.
-
what you exactly mean? also it's better to open new suggestion on correct forum with all the description
-
Yes, sorry, will fix it. It seems i pushed unfinished update
-
How to decrypt packages on official server
Dastgir replied to javierlog08's topic in Development Discussion
You need to find the packet Keys (use nemo), Yommy packet parser has the option to enable packet encryption and input Keys. -
What you exactly mean by didn't work out? Any error or warnings? Did you properly configured IP? modified mmo.h to proper PACKETVER?
-
Sorry, I don't have the source code. but I am pretty sure, if you follow those links posted above, you can make your own
-
There's many online guides: https://www.codeproject.com/Articles/35760/Splash-Screen-C-Class-without-MFC-or-NET https://www.codeproject.com/Articles/5454/%2FArticles%2F5454%2FA-Pretty-Good-Splash-Screen-in-C
-
Use SSO login and launcher?
-
https://github.com/dastgirp/eBG/commit/4cd3de090b9bf49660d083fdb0128f81d580ea67 Fixed a bug with TeamDeathmatch. Uses constants for script commands
-
Updated to new revision, thanks to https://github.com/daniefkd for the PR (https://github.com/dastgirp/eBG/pull/6)
-
Besides , there's no proper way to update SQL mob/item db easily, the owner need to compare changes and manually check if there's something changed, since the way that is used is "replace the fields using primary key" which overwrites all the data. Also, we aren't here to compare each and every thing from other emu and implement it. Both emu have different work flow and different view to how the working should be.
-
Without anything, we can't really help