trunk/conf/battle/drops.conf
item_rate_card: 10000 <---------------
item_rate_card_boss: 3500 <---------------
item_drop_card_min: 1
item_drop_card_max: 10000
increase the value to increase the drop rate....
Please refer the custom item structure and fix your problem...
Custom_Items#Structure
from your script..i roughly can tell you that you are missing DBName / ScreenName...
when you click on purchase item...my npc will show you the item list and total cost ....
just tell your player dont bother with the initial that show in the "shop"
these is 2 background ......you have to diff your client to enable either one of it if you want a static background....
or you can just create the loginscreen and replace both the original screen
http://rathena.sourceforge.net/tools/login_background/
*setmounting;
*ismounting()
The 'setmounting' function toggles cash mount for the invoking character.
It will return 1 if successful, 0 otherwise.
Note: Character must not be mounting a non-cash mount (eg. dragon, peco, wug, etc.)
The accompanying function will return 1 if the invoking character has a
cash mount and 0 if they don't.
trunk/db/map_index.txt
//======================================================================================
//Place your custom maps with a starting ID here.
//======================================================================================
//Example:
//
//mymap 1250
//mymap-2
erm.....annie's method is post#6
somehow..i feel like....it's now the same like how my script work..but i think my script would be more resource friendly...
because..annie script will keep run the SQL Query everytime player login or logout....and return the same result....unless i missed something from the script ? ^^
btw...for checking group_id in rAthena....personally i would like to using th IN() Operator instead of checking the value is Greater / Lower... just in case the admin didnt organize the group_id in such an order....xD
i guess you should try by start reading this ?
Diff
in your picture already show you where should the line get started..
well...sometime you can just ignore these "line number" ...it doesnt matter as long as you are putting it in the correct segment ....
actually...the script the originally will show the location of the gm ...
but he removed it..
the reason i didnt update it with group_id ...because...in rAthena...certain group_id doesnt belong to GM ... i know sql can add a condition clause to check for specific range of group_id ...but sometime...newbie just cant figure out how....
for array .... i didnt use it because...i am lazy to edit the array from time to time...
just set a gm level at the initial load...then when ever there is new gm or etc...it will be displayed...
beside...there are some benefit for using auto check instead of array....
for example..server suddenly have 1 new "extra GM" ? which shouldnt exist ? then admin will know about this..LOL
make sure you use updated LUA / LUB files.....put it in correct directory inside the data folder / grf
make sure your click load the LUA / LUB files...
make sure you selected the diff that bypass the client....( SkipHeader........dll )