-
Posts
270 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Jasc
-
http://rathena.org/wiki/Announce Put it under getitem line
-
When you have -def, thanatos does less and regular damage without it does more. With +def, thanatos does more and regular damage does less
-
I think its in either mob.c or clif.c, start looking there for the mob_health_bar line
-
I believe one of the map/server/char servers are still open. try ./athena-start stop or else do this: ps -e then kill the process
-
re diff the client, i can open multi windows
-
on your conf files put PK mode on
-
You can use mysql dump, or an auto backup script, I personally would go with the backup script
-
help windows has stopped opening the EXE
Jasc replied to Kariton Revolution's question in Client-side Support
Its possible it was diffed incorrectly as well -
You have to make sure thor patcher is configured properly. Your web config should point to the correct URLs to pull the patch files from
-
I am guessing you added some custom source coding in your SVN?
-
The only thing you can do really is export the latest SVN and then just change the source to pre-renewal and recompile. Then you can begin manually editing some stuff out to your liking for pre-re purposes
-
I would say it is fairly easy to do a script command on this as it becomes more of a custom feature rather than a mandatory feature. Just my recommendation that it can be done script command easily
-
I am sure someone on the forums have uploaded the latest lua files
-
Can someone help me about enabling ip in phpmyadmin
Jasc replied to Nero's question in Installation Support
You must add permissions to your user if you are not using root. This can be done on the VPS itself -
This is an automatic selling of an item upon finding it. Sort of like @autoloot, instead it auto sells an item which is great for zeny farming purposes. autosell.txt
-
I used this for my Pokedex search feature, basically typing in the name of a mob and it pulls information such as Hp, SP, ATK, Race, etc. This is great for custom mobs you have on your servers and you can modify it for that. pokesearch.txt
-
Have you tried a different packet just to test it. You could try packet_db_ver: default
-
myqladmin -u root password "your password"
-
Those mounts come default in the updated data.grf
-
Also double check your map.h
-
Script not working properly. Always recognizing item.
Jasc replied to HristDead's question in Scripting Support
using hercules. probably not possible like this with hercules, right? I got it working with SQL but I had to alter the map server.conf auto save time. I'm a bit scared that with many players, my server will be overload. Hercules should actually have a better way of doing it, I will look into it for you -
It doesn't work with thor patcher, what you COULD do is encrypt a new separate grf from your main files first and use the single file option. Then add another grf to your data.ini file.
-
Of course its possible, I would start looking in Status.C
-
Script not working properly. Always recognizing item.
Jasc replied to HristDead's question in Scripting Support
Wouldn't it be better just to configure this in the server files in the item_noequip.txt -
Screenshot please