Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. .....nobody tried to search within the forum or wiki... >.< Favorite_tab
  2. make use of this file.... trunk/db/re/item_trade.txt
  3. if you are using GRF...then make sure your client doesnt read Data Folder 1st.. and make sure your setting in Data.ini is correct..
  4. are you sure ? if you are using rAthena..but the script still failed... then you are probably using a very old version of rathena... bindatcmd and other related stuff has been added since r16471 update your svn and i believe your problem will be solved.
  5. all are converted to LUA / LUB http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/quest/
  6. http://rathena.org/board/topic/66985-capture-the-flag-v2-custom-map-added/ http://rathena.org/board/topic/65197-capture-the-flag/ http://rathena.org/board/topic/66992-quests-games-capture-the-flag-event/
  7. u need a translated System/TownInfo.lua anyway i think somewhere in the forum somebody has try to make a fully translated 1...try search for it.
  8. Emistry

    Greed skill

    you want your Greed Skill to block attack instead of pick item from ground ? or what ??
  9. setarray .@Item[0],607,608,512; getitem .@Item[ rand( getarraysize( .@Item ) ) ],1;
  10. read previous post....beside i already updated the Download site too....
  11. isnt that you can simply get the view id here ? getiteminfo( <itemID>,14 )
  12. Emistry

    Converting

    i show you these variables.... PoringPoints #PoringPoints ##PoringPoints but i never show you this... .##PoringPoints and this variable type doesnt event exist in RO Emulator... LOL...
  13. this is answer...already provided in above post menu "Yeah!!",yes,"No!",no;
  14. Emistry

    Converting

    alway double check what you have edit... set.##PoringPoints,##PoringPoints+1; <------------------------ ERROR
  15. Emistry

    Converting

    you have to change the variable type.. .@PoringPoints the point will dissappear after the script has end... you should use a permanent variable..like.. PoringPoints #PoringPoints ##PoringPoints refer this Variables
  16. add this diff.. and re-edit your npc to check for the expire date of and item before they can remove card from the item. http://www.eathena.ws/board/index.php?showtopic=241313&view=findpost&p=1318374
  17. this is more like a Refine System in RO...just edit your refine rate here trunk/db/re/refine_db.txt when the refine process failed..your item will be destroyed. for the script.... your header is wrong.... should be prontera,156,187,2 script Bunny Novice Set 105,{ there should be a syntax error...at menu part shoud be... menu "Yeah!!",yes,"No!",no; you should take a look on the map console to check for script error...
  18. maybe you have custom src mod that disable storage during woe ??
  19. try ? http://pastebin.com/raw.php?i=q9e6k7yi
  20. check ur function here...did you edited it..? trunk/npc/other/CashShop_Functions.txt // Kafra Card //============================================================ // - Open player's storage. // - No arguments. function script F_CashStore { cutin "kafra_01",2; mes "[Kafra Employee]"; mes "Welcome to the Kafra Corporation."; mes "Here, let me open your Storage for you."; close2; openstorage; cutin "",255; return; }
  21. your curley / close part is messy... you should plan it nicely... try this http://pastebin.com/raw.php?i=VPyVxPgg normally...if you afraid the script will stuck or end up abnormally.. you cna just try put a close at the last line before the script end..
  22. try this.. conf/battle/monster.conf // Defines on who the mob npc_event gets executed when a mob is killed. // Type 1: On the player that killed the mob (if killed by a non-player, resorts to type 0) // Type 0: On the player that did the most damage to the mob. // NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1
  23. you should show the error / fix the error ....there should be an error display in map console... dont just post "Not Working / Stop Working"....elaborate your so-called "Not Working / Stop working" otherwise i believe we are the 1 who "Stop Working" here... - script Sample -1,{ OnPCLoginEvent: set .@Job,roclass( ( eaclass( BaseJob ) & EAJ_UPPERMASK ) | EAJL_UPPER ); if( Class >= 4060 && .@Job > 0 ){ jobchange .@Job; set Joblevel,70; set Baselevel,99; atcommand "@allskill"; } end; } and you should take a tour on this... Basic_Scripting
  24. for those people who are not really familiar with batch command / stuff... you can just simple use the notepadd++ click on "Save As" and save the file as LUB ...
×
×
  • Create New...