Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
- 4 comments
-
- shop
- customized shop
-
(and 5 more)
Tagged with:
-
Updated. please use the updated version.
-
Program to organize iteminfo.lua / lub by id, name, etc ...
Dastgir replied to Like it~*'s question in Client-Side Support
updated the script on repo. it should sort now. -
current script only works if you are max base/job level.
-
You can contact me on discord (my user ID is on my signature)
-
Why you want to contact yommy?Surely anyone won't just give out info without knowing why
-
That's just client I guess, you should enable mobHP to display and you could check, it can damage way more than 32k, but shows 32kClient can't display damage > 32k
- 3 replies
-
- monster damage
- damage
-
(and 2 more)
Tagged with:
-
Thank You @caspe it's work perfectly!What i do 1. mysql_secure_installation 2. GRANT ALL ON *.* TO '(user )'@'(webhost IP)' IDENTIFIED BY '(passwd)' WITH GRANT OPTION;3. GRANT ALL ON *.* TO '(user)'@'%' IDENTIFIED BY '(passwd)' WITH GRANT OPTION;4. FLUSH PRIVILEGES; 5. EXIT; Never ever grant user access to all database, (for security reasons), I would recommend only grant to db which is required
-
Well, that means compile process is done, and it's leaving plugin directory now Maybe if you have more plugins, you have edited Makefile to include those plugins.
-
Maybe post the script? I don't see any problem in this line.
-
You need to get min and max co-ordinate of it (x1, y1) and (x2, y2), then use rand in command like: warp("mapname", rand(x1, x2), rand(y1, y2));
-
How to grab variable in src then display in script engine?
Dastgir replied to bWolfie's question in Source Requests
Not true for @who,@who command uses "count" variable and adds them when a player is found, and then display it with StrBuf->Printf(&buf, msg_fd(fd,30), count); // %d players found. Since it's not command that player should have (ideally), and there's some permission to hide from who searches, we do it by count variable here.Edit: you should use the command to show value, or store it in some variable and use another script command to utilise it. Else, you can also use temporary global variable mapreg->setreg(script->add_str("$@who4count"), count); -
Meaning client dated 2016-12-28a not supported by hercules yet? I even tried the 2016-02-03a & 2015-10-29a, both also having the same issue as the above. Error message: "Your game exe is not the latest version(5)" Can anyone else help me on this issue? Thanks in advance I guess that's something with hash check.You might have enabled hash checking, disable it and try.
-
Not true, it's clearly visible if you open with hex editor.
-
I guess all emblems have alignment problem source: https://github.com/MStr3am/NEMO/issues/86
-
difference of your ready made vps that exclusive to ragnarok than ready to play server? im confused sorry ready made vps means, all software needed to run a ragnarok server are already pre-installed, basically all you need to do is setup your server and run. We could also help you setting up your server as we also offer free server setup based on the emulator you are using I see, what is your service right now, just for the testing? (Low cost that I can learn from it).Well use your pc for testing. You can install Ubuntu on your windows 10 as I stated above(through WSL).Then treat it as if it's a vps, so you could make sure that you are properly setting it up, if it succeed, then buy a vps and perform same steps.
-
If it's just for testing and you have windows 10, you can use Ubuntu via WSL. https://msdn.microsoft.com/en-us/commandline/wsl/install_guide
-
I'm trying to use the names of my iteminfo.lua, but I can not at all, smp is accused of error in 'function' assert ''. Look: Enter Item Range to start item_name copying: 501 Enter Item Range to end item_name copying: 31023 Enter item_db.Conf FileName: item_db.conf Enter idnum2itemdisplaynametable.txt/iteminfo.lua/iteminfo.lub FileName: iteminfo.lua Output File Name: item_db2.conf ----------------------------------------------------------------- ----------------- itemName to item_db.conf --------------------- ------------------- By Dastgir[Hercules] ------------------------ ----------------------------------------------------------------- -- Putting ItemDB0 Items into Memory lua53.exe: common.lua:395: [string "{..."]:1: unexpected symbol near '{' stack traceback: [C]: in function 'assert' common.lua:395: in function 'get_itemdb' conf2db.lua:240: in main chunk (luac): in main chunk [C]: in ? Pressione qualquer tecla para continuar. . . If I remove "tbl = {" the error remains. Enter Item Range to start item_name copying: 501 Enter Item Range to end item_name copying: 29027 Enter item_db.Conf FileName: item_db.conf Enter idnum2itemdisplaynametable.txt/iteminfo.lua/iteminfo.lub FileName: iteminfo.lua Output File Name: item_db2.conf ----------------------------------------------------------------- ----------------- itemName to item_db.conf --------------------- ------------------- By Dastgir[Hercules] ------------------------ ----------------------------------------------------------------- lua53.exe: iteminfo.lua:1: unexpected symbol near '[' stack traceback: [C]: in function 'dofile' copyname_function.lua:17: in function 'GetDispName_Lua' conf2db.lua:106: in main chunk (luac): in main chunk [C]: in ? Pressione qualquer tecla para continuar. . . My iteminfo: Your item info is fine, the trouble is with itemdb. Since the tool is almost 6-8 months old, and we have got some new fields added.So open table.lua Add these: {'DisableOptions', typ.bool }, {'DropAnnounce', typ.bool }, Below: {'View', typ.int },
-
Program to organize iteminfo.lua / lub by id, name, etc ...
Dastgir replied to Like it~*'s question in Client-Side Support
https://github.com/dastgir/Scripts/tree/master/Lua/eXtractitemInfo Change iteminfo name to iteminfo.lub, run the extract.bat/extract.lua, and iteminfo.lua will be generated and it would be sorted too. -
Have any plugins? List them, or maybe disable them and then try?
-
Map server terminates? Any crash? Map server shouldn't terminate by script unless something makes it crash. Maybe if it's crash, post gdb dump and we could see how to solve it.. See for yourself, master. imgur.com/a/faxHX Translate: A problem caused the program to stop working properly. Window will close the program and notify you if a solution is available. Though image link is invalid, by description, it definitely is crash, please follow these steps:http://herc.ws/wiki/MSVC_Crash_Debugging And show the screenshot of call stack and where it crashed, which might help to solve it. Also, if you could mention when the crash occurs, it would be great. Sorry the image link has been fixed.I followed the steps directed at the link and compiled the emulator. After that, I re-opened the map-server and tried again to use the script, but the same problem occurred. http://ap.imagensbrasil.org/image/jJ4iq5 The error occurs only after clicking the sell button when trying to send an item to any player. Option "[Gm] send reward" from npc.Open the map server from visual studio in debugging mode, the link I sent shows how to do it. That method would give reason exactly why the server crashed.
-
Map server terminates? Any crash? Map server shouldn't terminate by script unless something makes it crash. Maybe if it's crash, post gdb dump and we could see how to solve it.. See for yourself, master. imgur.com/a/faxHX Translate: A problem caused the program to stop working properly. Window will close the program and notify you if a solution is available. Though image link is invalid, by description, it definitely is crash, please follow these steps:http://herc.ws/wiki/MSVC_Crash_Debugging And show the screenshot of call stack and where it crashed, which might help to solve it. Also, if you could mention when the crash occurs, it would be great.
-
Map server terminates? Any crash? Map server shouldn't terminate by script unless something makes it crash. Maybe if it's crash, post gdb dump and we could see how to solve it..
-
Will this database be shown by typing the @mi, @ii, @whereis commands inside the game instead of the very small information on the in-game chat screen? If so, how should it be installed? This is a tool for windows and not integrated to server.So you would need to run this tool, manually enter monster Id and it would give you details
-
Supported platforms are listed here: https://github.com/HerculesWS/Hercules/wiki/Supported-PlatformsVS2017 is not listed, but it might work. It's just not yet officially supported and any warnings/error specific To it won't be solved unless it get officially supported by Hercules