Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. OnPCDieEvent: warp "SavePoint",0,0;
  2. i know...just point him another simple way since he just want to kick out those character from the woe castle map if those character doesnt have any guild with them. so i think it should be fine with that script. and of course add it independently... otherwise..just do it like this replace if (compare(strcharinfo(3),"g_cas")) warp "SavePoint",0,0; witht this if (compare(strcharinfo(3),"g_cas") || !getcharid(2) ) warp "SavePoint",0,0;
  3. i think your will remove the Kiel Effect fully...since it wouldnt give any bonus if wear more than 2 in a pvp map erm...i believe this would be better ... { bonus bDelayRate,-30 / ( getmapflag(strcharinfo(3),mf_pvp) )?isequippedcnt(4403):0 );}{}{}
  4. you can just create another simple script to do that trick OnPCLoadMapEvent: if( strcharinfo(3) == "mapname" && !getcharid(2) ){ mes "You cant stay here because you didnt have a guild."; close2; warp "SavePoint",0,0; } end; mapname mapflag loadevent
  5. http://rathena.org/b...ap/#entry110160 maybe is it also caused by the skill problem that extend the max users of guild
  6. http://rathena.org/board/topic/61039-help-max-guild-member/#entry89640
  7. left both untouch...if you want mvp drop at 0.01% item_rate_card_boss: 100 item_drop_card_min: 1
  8. try this - script Sample -1,{ OnClock0001: switch( gettime(4) ){ Case 0: // Sunday setarray .@Map$[0], "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05"; break; Case 3: // Wednesday setarray .@Map$[0], "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05"; break; default: end; } if( getarraysize(.@Map$) ) for( set .@i,0; .@i < getarraysize(.@Map$); set .@i,.@i + 1 ) setcastledata .@Map$[.@i],1,0; end; } edit the map array to set which castle map guild ownership to be remove this script should be able to remove the guild castle ownership every designed day on 00:01 AM And Please do not create more than 1 topic with same things that you are going to request. http://rathena.org/board/topic/68685-woe-configuration-two-castles-but-only-one-at-a-time/ * Topic Closed *
  9. because you set the minimum drop rate for card to 40% item_drop_card_min: 4000
  10. erm i think you can give this a try - script Sample -1,{ OnInit: setarray .Map$[0], "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05", "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05", "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05", "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05"; for( set .@i,0; .@i < getarraysize(.Map$); set .@i,.@i + 1 ) setmapflag .Map$[.@i],mf_loadevent; end; OnPCLoadMapEvent: for( set .@i,0; .@i < getarraysize(.Map$); set .@i,.@i + 1 ) if( strcharinfo(3) == .Map$[.@i] && !agitcheck() && !getcastledata(.Map$[.@i],1) ){ mes "WOE is not Activated and Emperium is not Occupied"; mes "So you cant stay at this map unless the EMP is occupied and WOE is running."; close2; warp "SavePoint",0,0; } end; } this script work like this.. if the Castle is not Owned and WOE is not Started , nobody will be able to enter those Castle Maps.
  11. i think you are missing the AI files. try get 1 here http://irowiki.org/wiki/AI
  12. use a compatible date of lua/lub file ? client ?
  13. the 1 that define renewal...is this part ... /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL
  14. edit here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf in rathena...commands are not given out based on your GM Level , but your Group ID
  15. thx will consider about this in future updates.
  16. are you using custom src_logo for your screenshot ? if yes then remove it or create a new 1 since the current 1 cant be used.
  17. http://rathena.org/board/forum/140-game-event-quest-script-releases/
  18. http://www.eathena.ws/board/index.php?showtopic=269869
  19. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/mapflag/novending.txt
  20. run that in ur MySQL / PhpMyAdmin / etc... ?
×
×
  • Create New...