Very nice and simple. The red main bar kinda throws me off.. have you tried making it blue like the rest of the bars? Also, is it a RO project? hence the -ro in your domain.. but I suggest you get some pictures in there too because there's not really much for us to "rate" on except the colour clashes etc.
Without images living your page up.. it's just "dead" so to speak.
It is possible.. if you find the hex string in your client. When you do, you can do whatever you want with it . Though.. as long as the client works after you've saved it..
To elaborate on what close2; is supposed to do:
And then the use of end; on why you need it after using close2;
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt
yes i've changed them all but when i use ResetStatus(); script the server said that
the maximum level is beyond server blabla
No such thing as ResetStatus();, it's resetstatus;
https://rathena.svn....pt_commands.txt
I have this mall here meant for a SHR server.. though there's no third job items attached. http://mysterious-project.googlecode.com/svn/trunk/npc/Mall.txt
And, just to link you to your own post.. http://rathena.org/board/topic/57107-done-generic-mall/#entry69076
Are you sure it's just the monk class? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/skill.conf
Did you configure these?
// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
casting_rate: 100
// Delay time after casting (Note 2)
delay_rate: 100
// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: no
delay_dependon_agi: no
// Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
// Note: Setting this to anything above 0 can stop speedhacks.
min_skill_delay_limit: 100
As well as your skill_cast_db?
What was your revision before the update? When you updated, what did you use? Tortoise etc.? Normally when updating your working copy, you should get notified what files merged successfully, what was added accurately, and files that were either deleted or conflicted.
Did you change around the packets or client dates? Those errors are normally caused by a misconfiguration between client date and server's as well as packet.
In the source, you can set your max level to whatever. Within the EXP tables is the base Base Level those jobs can get to by gaining experience (killing mobs). Thus, the only way players can get to your max base level you've indicated in the source is only by GM commands such as @blvl.
Using the search tool is really helpful in rAthena: http://rathena.org/board/topic/65198-tcg-to-cash-exchangeconverter/#entry108631
Change the cashpoints to getitem <itemid>,<amount>;
You know you can increase the amount healed by item bonuses.. right? https://rathena.svn..../item_bonus.txt
bonus bHealPower,n; Increase heal amount of all heal skills by n%
bonus bHealPower2,n; Increase heal amount if you are healed by any skills by n%
Not to mention, the max "Viewable" amount of HP that can be seen VIA client is capped at 30k or 33k? So, if the skill is already healing that much without any bonuses and you add bonuses. the amount you'll still see would be capped but the amount that would be healed will still be affected.
Crusaders use Acolyte's heal so there is no such thing as "Crusader Heal" as a separate Skill.