Could just be that the client just shows no progress bar however still receives exp, kind of how turning from 99 to 100 where you don't see any change until it happens at one point, a good thing to try is @exp to see how much job exp you currently have and see if you're gaining any.
In that case you could just add a npc that allows players to remove specific items or give players the command @delitem, of course only allow it to work on them.
you could make a no-sprite mob and spawn that, but that's only a thought, not sure if it'll actually work, else there's that lighthalzen mob that's tiny and really hard to see depending on the terrain.
Go read battle conf please.I doubt anybody would suggest using openkore. For the unattackable mob I suppose there are a couple of people that could make an easy mod for that.
I understand where you're coming from that you're interested but please, get to know everything first before starting a server, if this is only for testing purposes and playing by yourself then by all means go ahead but please don't be like one of the 25 hundred other people that attempt to make their own private server with little knowledge spend money on things they don't know and end up depressed or with zombie servers. And now back to what are you exactly trying to do? Host a website or a ro server?
You can find your IP via http://whatsmyip.net and you just need to add that to your map_athena.conf and char_athena.conf server.
Obviously your ports should be open and there are a couple of additional adjustments to be made else the server will always give you an annoying message of changing the servers username and password on startup. And please do use the wiki since there's a lot of information gathered there here a good link.
http://rathena.org/wiki/Getting_Started
If you want to make it simple then drop all sql tables in phpmyadmin and then re-import them from the sql-files folder, change login tables server username and password, start server and check if all is right.
how many of each monster..?
even if it's unlimited how many do you want to be alive at any given time..?
And how often do you want to script to be run? Or GM activated?
Max stats in renewal are 120, of course you can change that as you wish but as official standards are implemented it's 120.
You can max 2 stats to 120 and still have enough status points to get 1 till 99 or maybe it was 2, I kinda forgot about it since I haven't played in ages but you've got enough to build a great built.
And of course you'll lose a lot of your status points trying to make it 200 considering it'll use so much more stat points than in pre-renewal, just click it 1 by 1 starting 99 and you'll see how much you'll need each few new stats.
If you look at it correctly you'll see that there are 2 scripts given.
1 Source code and 1 script code.
you'll have to add the source code into your own source (probably script.c) and then add the script to make it work.
There's a tutorial on the page already so best is if you just read it bit by bit again and again until you understand it.
I understand the point your coming from but I don't see this being necessary, the only thing I can see that might be helpful might be adding something like config.c/h where the most useful things are declared that may possibly at later times be updated, instead of having to visit the mmo.h, mob.h and others..
put this into the script:
OnPCLogoutEvent:
if(getmapusers(.@map$) <= 0) announce .@map$+" is now empty",0;
end;
Of course don't forget to define .@map$
schonmal mit nem anderen grf tool versucht? :s
Eventuell grf factory? http://ratemyserver.net/index.php?page=download_tool
immer dran denken version 2. noch was zu benutzen, also die neuste..
Let this be of help to you:
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt
Search for "bAutoSpell"
Here an example:
bonus5 bAutoSpell,378,1,1,0,0;
This will, when you attack have a 0.1% chance to cast EDP on yourself.
If that's not the default sql db that you're using, as in the one where your servers gets it's login, char and other table contents from, then I highly doubt it.