Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. 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....
  2. 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...
  3. 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"
  4. 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/
  5. Emistry

    Playertalk

    we got this... unittalk getcharid(3),"Message"; refer unittalk
  6. *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.
  7. http://ratemyserver.net/index.php?page=re_item_db&item_id=&iname=mount&itype=-1&islot_sign=-1&islot=-1&ij%5B+%5D=-1&iju=-1&idesc=&iscript=&i_ele=-1&i_status=-1&i_race=-1&i_bonus=-1&icfix=&sort_r=0&sort_o=0&isearch=Search
  8. read this if you dont know how to add a script Adding_a_Script beside i already show you where to add for part... find the OnInit label and add it.
  9. trunk/db/map_index.txt //====================================================================================== //Place your custom maps with a starting ID here. //====================================================================================== //Example: // //mymap 1250 //mymap-2
  10. /me like http://rathena.org/wiki/*
  11. Emistry

    Mall NPC

    http://www.eathena.ws/board/index.php?act=attach&type=post&id=3912
  12. OnInit: waitingroom "MESSAGE",0; .... ....
  13. if you are using those monster sprite that already exist...then you have to add this.. trunk/db/mob_avail.txt <mineral id>,2510
  14. more information...elaborate it....what svn......what emulator......how can we reproduce it......
  15. 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
  16. 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 ....
  17. 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
  18. bonus bAspd,( 10 / isequippedcnt(4142) ); no matter how many dopelganger card you wear..it will be fixed at 10% of bonus aspd
  19. dont use type 18 in item_db.txt
  20. Emistry

    Mall NPC

    https://rathena.org/board/index.php?/files/file/2597-shoper/ use this software and create your own shop npc..
  21. 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 )
  22. <Custom item ID>,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ if( BaseJob !=Job_Dancer && BaseJob !=Job_Bard){ changesex; } },{},{} refer changesex
  23. use older client ....not sure if 2011 client or 2010-10-xx ++ client have the item lock feature or not...
×
×
  • Create New...