Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Everything posted by Emistry

  1. but...if comment out the item from item_db... it might lead to error message spamming in your mapconsole... because you disabled that item that might drop from monster.. perhaps you can do a little modification on the code ?? something like changing the item required to make guild...from Emperium to other UnObtainable items there... pc_search_inventory(sd,714) to this pc_search_inventory(sd,12345) change the value "12345" to other items ( it is just an example )
  2. change into this if( #CASHPOINTS < getarg(@i)) {
  3. change into this if( getequipcardcnt( .@i ) > 1 ) successremovecards .@i;
  4. Emistry

    This or That?

    LOL ? Please follow Board Rules... Post in English Section if you are going to post with English... Добро ( Dont know what this...Random Choose ) xD English or Chinese Language ?
  5. WOE Trans Only try this - script Sample -1,{ OnPCLoadMapEvent: if( Upper > 3 && getmapflag( strcharinfo(3),"mf_gvg_castle" ) ){ mes "You are now Allow to Join Trans WOE."; close2; warp "prontera",155,181; } end; } prtg_cas01 mapflag loadevent prtg_cas02 mapflag loadevent prtg_cas03 mapflag loadevent prtg_cas04 mapflag loadevent prtg_cas05 mapflag loadevent For Disable Item... you can try this scripts.... Original Posts : Link Banned Items [ Version 1 ] Changelog : Scripts : View ♥ Download Well, i made this awhile ago...just dunno whether it is useful or not.... it is a "Double Edged" Script xD what i refer here was : Pros and Cons...... Pros.... The Pros is that you can disable alot items from certain maps. either you can limit how many they can bring overall of all items or disallow them from bring it into these maps...and this will apply to all maps you have listed inside the Map Lists Configuration there... Cons..... The Pros is that...i using a Timer Countdown...which keep checking these players who are inside that map....the Timer Countdown will keep apply the timer and check for those players until they are out from the maps...and i heard that applying massive timer script on to the server might slow down the server , so it is not suggested for those server with high popularity...... All the Items you listed inside the script ...appoximately 128 Items max.. will be assumed as Banned Items for those maps.. Once the players bring a certain limit of Banned Items into that maps...once the items amount has reach the limit...it will warp the players out from the maps. and...it count the Amount Overall...... Which mean, if i limit the Banned Items allowed here by 10 , so players cant bring more than 10 items total of the items listed inside the scripts. if i limit the Banned Items allowed here by 0 , so players wont be able to bring any items listed inside the scripts since you didnt allow them bring any... For Example :
  6. try this - script Sample -1,{ OnPCLoginEvent: if( !Removed ){ for( set .@i,0; .@i < 10; set .@i,.@i + 1 ){ successremovecards .@i; } set Removed,1; dispbottom "All Card is Removed for your Equipment."; } end; }
  7. try this prontera,155,181,5 script Sample 757,{ mes "There are "+.GMOnline+" GM Online now."; close; OnPCLoginEvent: for( set .@i,0; .@i < getarraysize( .AccountID ); set .@i,.@i + 1 ){ if( getcharid(3) == .AccountID[.@i] ){ set .GMOnline,.GMOnline + 1; break; } } end; OnPCLogoutEvent: for( set .@i,0; .@i < getarraysize( .AccountID ); set .@i,.@i + 1 ){ if( getcharid(3) == .AccountID[.@i] ){ set .GMOnline,.GMOnline - 1; break; } } end; OnInit: setarray .AccountID,200000,200001,200002; while( 1 ){ if( .GMOnline ) setnpcdisplay( strnpcinfo(0),871 ); else setnpcdisplay( strnpcinfo(0),872 ); sleep 1000; } end; } Add in the GM Account ID here setarray .AccountID,200000,200001,200002;
  8. Check this Topic http://rathena.org/board/topic/57053-help-using-cash-point-to-make-quest/
  9. Wow..this Idea ..xD nice game ...better than the Original one.....
  10. try add this into the Sacrifice Skill setting there.. case PA_SACRIFICE: wd.damage = sstatus->max_hp* 9/100; wd.damage2 = 0; nk|=NK_IGNORE_FLEE; <------ Try add this.....
  11. You can try this.. From Judas http://supportmii.com/ro1/Clients/ Choose your desired Client.. Choose your Diff File... and.. Download.....
  12. isnt that same as this one ?? npc/merchants/advanced_refiner.txt
  13. please be more informative.....not just throw a 1 line short request here..... i dont think much ppl will care on your post when you are not going to spend your time for this...
  14. Well...seriously...man...please be more informative in the 1st post....even though it is just a simple thing that you request... If you are using rAthena i guess it is already built-in the exp value range.. db/exp.txt anyway..since you getting error on the EXP files...i guess you are not using the rAthena Emulator... ( Because you didnt mention which you are using Currently ) For 3Ceam User... rename db/exp2.txt into db/exp.txt For eAthena User rename db/exp2.txt into db/exp.txt
  15. Emistry

    This or That?

    Well..i dunno how to use SourceForge....Damn ~ i go for Code Google.. >.< Software Programmer or Hacker ? O.O
  16. Emistry

    This or That?

    Android Window or Mac ??
  17. Please stay uptodate for rAthena Board News IP.DOwnload are now Buggy..... http://rathena.org/b...8910#entry68910
×
×
  • Create New...