Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Everything posted by Emistry

  1. the error come from a typo mistake.. change this into this warp .Map$[@Room],0,0; change the Number 200.. monster .Map$[.@i],0,0,"--ja--",.MobID[.@i],200,strnpcinfo(0)+"::OnMobKilled"; mapname mapflag noskill setarray .Map$[0],"mora",guild_vs5"......etc......
  2. Emistry

    This or That?

    Stay Are you serious ? Yes or No ?
  3. Wow..just wonder there is a replacement for Ragray already ^^
  4. Yeah ~ it is annoying..>.< i have to browse through all these "SPAMMED POSTS" to search for those topic i never viewed yet...>.<
  5. 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"; }
  6. 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";
  7. Check jakeRed's post for -3 to refine level when refining fails: http://www.eathena.ws/board/index.php?s=&a...t&p=1263803
  8. 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
  9. 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.
  10. yaya...>.< haiz..... i was shocked....when i saw that ~ hahah ~
  11. 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 ?
  12. 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 ?? @.@
  13. 10 time ? since you ae checking on this variable... QWeight so you have to change this into this set QWeight,QWeight + 1;
×
×
  • Create New...