Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. Emistry

    Ghost

    welcome Ghost
  2. Wow..just wonder there is a replacement for Ragray already ^^
  3. 165
  4. 163
  5. Yeah ~ it is annoying..>.< i have to browse through all these "SPAMMED POSTS" to search for those topic i never viewed yet...>.<
  6. something like this ?? prontera,155,181,5 script Sample 718,{ mes "Go to Zeny Room ?"; mes "Higher Level Gain more Zeny."; set @Room,select("Level 1:Level 2:Level 3:Level 4:Level 5"); warp .Map$[@Room],0,0; end; OnInit: // Set Map Name for each 5 Maps setarray .Map$[0],"guild_vs1","guild_vs2","guild_vs3","guild_vs4","guild_vs5"; // Monster ID for each 5 Maps setarray .MobID[0],1007,1008,1009,1010,1011; // Minimum Zeny to gain for each 5 Maps setarray .MinZeny[0],1000,2000,3000,4000,5000; // Maximum Zeny to gain for each 5 Maps setarray .MaxZeny[0],10000,20000,30000,40000,50000; for( set .@i,0; .@i < getarraysize( .Map$ ); set .@i,.@i + 1 ){ monster .Map$[.@i],0,0,"--ja--",.MobID[.@i],200,strnpcinfo(0)+"::OnMobKilled"; } end; OnMobKilled: set Zeny,Zeny + rand( .MinZeny,.MaxZeny ); monster .Map$[@Room],0,0,"--ja--",.MobID[@Room],1,strnpcinfo(0)+"::OnMobKilled"; }
  7. 161
  8. try this - script Sample -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == .Map$ && Class != 23 ){ mes "Only Super Novice can join this war."; next; warp "prontera",155,181; } end; OnInit: set .Map$,"prtg_cas01"; setmapflag .Map$,mf_loadevent; } . change the map name here set .Map$,"prtg_cas01";
  9. Check jakeRed's post for -3 to refine level when refining fails: http://www.eathena.ws/board/index.php?s=&a...t&p=1263803
  10. LOL..i didnt saw that posts...coz..i stopped browsing the "View New Content" after i browsed several pages and these page all spammed by that BOT..... O.O
  11. if (QWeight == 5) goto Q_END; this will lead player to "access" the Q_END Label when his QWeight is equal to 5 when he talking to the NPC.
  12. yaya...>.< haiz..... i was shocked....when i saw that ~ hahah ~
  13. ya..i totally agree...Deng !! i was away 2 days..when i came back....i saw....."BOT POSTS" !!! and damn..it is 48 Pages ++ =='' almost fainted while browing the New Posts area...@.@ hope this can be improved to better....or maybe make it post in 1 posts topic for each category...and everytime just update that topic ?
  14. LOL..i was away just only 2 days...when i came back.....the forum is "spammed" by a BOT ? Membe ? o what else is that ? dunno.. i guess it is a bot since named with "rAFileBot" O.O total 48 pages of Script Release / Graphic Releasing / etc... i was like.... ......? =='' browsing page by page...and all that jus full with that "Member" every topic only listed with several line of info...for File Name / Category / Submitted / Submitter >.< the first thing i feel when i saw that........"Is that a TRASH??" =='' just a suggestion...is that possible to make the Bot...post in 1 Topic for each category of files submitted ?? @.@
  15. 159
  16. Welcome Nakano ~
  17. 10 time ? since you ae checking on this variable... QWeight so you have to change this into this set QWeight,QWeight + 1;
  18. 148
  19. 146
  20. 143
  21. 141
  22. 139
  23. 137
  24. 135
  25. Well, if you dont know what you have changed in your custom svn.. try use software to compare both svn files.. i think tortoiseSVN have this function.. or Notepad++ ( Check 1 by 1 )
×
×
  • Create New...