Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. trunk/src/map/status.h /** * Max Refine available to your server * Changing this limit requires edits to refine_db.txt **/ #ifdef RENEWAL # define MAX_REFINE 20 #else # define MAX_REFINE 10 <---------------------- #endif
  2. if( !getmapusers("mapname") ) killmonsterall "mapname"; put it somewhere in your script that it can trigger this whenever you want.
  3. http://rathena.org/board/index.php?app=core&module=search&do=user_activity&mid=5816
  4. perhap you should double check with your script settings ? maybe you added the item twice ? or you added another NPC with same name also ? or etc.. you should show you script if you want somebody to check for you...
  5. ...........-3,20,.................. refer monster
  6. else{ mes "I don't see any Skulls you have >_< so get LOSS! you wasting my time."; close; }
  7. monster .Map$,0,0,"[ Farm Zone ] Resident",-1,80,strnpcinfo(0)+"::OnNormalKill"; <---------------remove monster .Map$,0,0,"[ Farm Zone ] Guardian",-3,5,strnpcinfo(0)+"::OnBossKill";
  8. if( !mobcount( "mapname","event label" ) ){ //do what you want here.. OnPCEvent.... } refer mobcount
  9. gld_dun01 mapflag loadevent // other maps too.. OnPCLoadMapEvent required the map to have loadevent to able triggered.
  10. 17098,Morroc_Card,Morroc Card,6,20,,10,,,,,,,,136,,,,,{ skill 653,1; },{},{} 17097,Night_Sieger_Card,Night Sieger Card,6,20,,10,,,,,,,,136,,,,,{ skill 687,1; },{},{} check the level in the skill command parameter... refer skill
  11. $cash avoid using permanent global npc variable .... it can be abuseable... change it to something like .@cash query_sql("SELECT `value` FROM `global_reg_value` WHERE account_id="+getcharid(3)+" LIMIT 1",.@points); dispbottom "Your Cashpoint: "+#CASHPOINTS; the query part is not needed because it's useless....also..the query...what are you trying to return ??
  12. Emistry

    H> RO CP

    ) ENGINE=MyISAM AUTO_INCREMENT=1;
  13. Emistry

    H> RO CP

    check your "LINE 7" we dont know what you write there since you only show from line 80+++ onward..
  14. mob id above 3000 are reserved for other purpose...you cant use it as custom mob id....i think you should use below 3000 .....
  15. what's ur client data ? if your client date is 2012-06-18 or above.... make sure you have the translated iteminfo.lub , because newer client all read data from these lub files..
  16. make sure your data is translated data.. and ensure your client did read the data from your GRF. check your grf settings..
  17. you can use this http://rathena.sourc...gin_background/ and there is no need for you to double post ~
  18. LMS_Admin: next; if (!.Status){ mes "[Minion]"; mes "My master has no invasion planned at the moment. Do you wish to schedule an invasion?"; menu "- Start Event",M_RFYL,"- Spectate",M_warp,"- End Event",M_EndEvent,"- No Thanks",M_Leave; }else {
  19. OnPCDieEvent: if( strcharinfo(3) == "pvp_y_2-2" ){ sleep2 1000; atcommand "@alive"; warp "pvp_y_2-2",0,0; } end;
  20. item combo script are now moved to another text file.. trunk/db/re/item_combo_db.txt 2394:2444:2549,{ bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus2 bResEff,Eff_Freeze,10000; bonus2 bSkillHeal2,"AM_POTIONPITCHER",3; bonus2 bSkillHeal2,"AL_HEAL",3; bonus2 bSkillHeal2,"PR_SANCTUARY",3; }
  21. try extract it from KRO data.grf ??
  22. http://subversion.assembla.com/svn/ClientSide/Translation_Project/ http://supportmii.com/ro1/Clients/2012-04-10aRagexeRE.exe
  23. Topic Merged. Please dont create multiple topic for your issues... 1 topic is enough.
  24. http://rathena.sourceforge.net/tools/login_background/ upload and download....then merge using GRF Tools
  25. @Winz +1 , anyway the images is viewable with the link but not with Forum tags. @TS Please use other Images host site like http://imgur.com http://photobucket.com http://imageshack.us etc. And i help you fixed it by move to http://imgur.com
×
×
  • Create New...