-
Posts
351 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Nameless2you
-
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.
-
Hide a mob, dehide the mob when killed ?
Nameless2you replied to Auryn's question in Scripting Support
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. -
How can I make my own computer as my Host IP?
Nameless2you replied to Pink Guy's question in Installation Support
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..
-
And even then there are a couple of changes within the sql and db table concerning items or such it would most likely not be compatible.
-
I support this.
-
Good move.
-
put this into the script: OnPCLogoutEvent: if(getmapusers([email protected]$) <= 0) announce [email protected]$+" is now empty",0; end; Of course don't forget to define [email protected]$
-
^ that would be using pre-renewal entirely, I think he only wants to change emp, not the other stuff..
-
Change emperium defense.. ?
-
about this rental script i'm making.
Nameless2you replied to Jhedzkie's question in Scripting Support
forgot an end; modified it for you & added 1 paste to your account -
Try it just as bonus5 bAutoSpell,378,1,1; and show your examples that didn't work
-
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..
-
atcommand "@me throws a pillow";
-
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.
-
Read wiki please: http://rathena.org/wiki/Custom_Items
-
This should do the trick.. http://upaste.me/350443897985c92
-
0857 is 8:57am, have to use 2057 for 8:57pm.
-
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.