Jump to content

Poring King

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Poring King

  1. insted of adding barricade why not add a condition for the warper ? the idea is the warper block a player if MVP still alive if the MVP already die the Warper will be allow a player to warp to the next map or coordinates ?
  2. This instance are paid service of mr.Emistry
  3. I think you are looking for a Hunting Mission NPC https://github.com/rathena/rathena/blob/master/npc/custom/quests/hunting_missions.txt
  4. Try this my simple code . i use this on my server now . Stolao script are better than my script . prontera,157,191,0 script dailyreward -1,{ OnPCLoginEvent: if( #Daily != gettime(5) ){ dispbottom "Gained Daily Items ..."; getitem 6101,1; // Attendance card set #Daily,gettime(5); } end; }
  5. Please Refer to this gettime(<type>); Seconds (0 - 59) Minutes (0 - 59) Hours (0 - 23) Day of Week (0: Sunday - 6: Saturday) Day of Month (1 - 31) Month (1 - 12) Year (1970 - 2038) Day of Year (1 - 366) if(gettime(4)==6) { mes "It's a Saturday. I don't work on Saturdays."; close; }
  6. This is unique release for anti Bot +10 for this
  7. You can use this simple anti bot - script Anti Bot -1,{ OnNPCKillEvent: if(getgmlevel() > 0) end; set @kill,@kill+1; if(@kill >= rand(700,1000)) goto Check; end; OnPCLoginEvent: Check: if(getgmlevel() > 0) end; getmapxy .@map$, .@x, .@y, 0; if(checkcart() == 1) set @cart,1; if(checkfalcon() == 1) set @falcon,1; if(checkriding() == 1) set @riding,1; atcommand "@option 2 0 0"; atcommand "@battleignore"; setoption 0x2,1; sc_start sc_berserk, 1000000000, 1; mes "[Anti Bot]"; mes "Bot checking time"; mes "Please input the number you see"; next; switch( rand(1,9) ) { case 1: mes "#################^83F52C##^000000################"; mes "###############^83F52C####^000000################"; mes "#################^83F52C##^000000################"; mes "#################^83F52C##^000000################"; mes "#################^83F52C##^000000################"; mes "#################^83F52C##^000000################"; mes "###############^83F52C######^000000##############"; input @num; if(@num == 1) break; atcommand "@kick "+strcharinfo(0); end; case 2: mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "###################^83F52C##^000000##############"; mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####################"; mes "############^83F52C##^000000#####################"; mes "############^83F52C#########^000000##############"; input @num; if(@num == 2) break; atcommand "@kick "+strcharinfo(0); end; case 3: mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "###################^83F52C##^000000##############"; mes "#############^83F52C#######^000000###############"; mes "###################^83F52C##^000000##############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "#############^83F52C#######^000000###############"; input @num; if(@num == 3) break; atcommand "@kick "+strcharinfo(0); end; case 4: mes "############^83F52C##^000000#####################"; mes "############^83F52C##^000000####^83F52C##^000000###############"; mes "############^83F52C##^000000####^83F52C##^000000###############"; mes "############^83F52C##^000000####^83F52C##^000000###############"; mes "############^83F52C#########^000000##############"; mes "##################^83F52C##^000000###############"; mes "##################^83F52C##^000000###############"; input @num; if(@num == 4) break; atcommand "@kick "+strcharinfo(0); end; case 5: mes "############^83F52C########^000000###############"; mes "############^83F52C##^000000#####################"; mes "############^83F52C##^000000#####################"; mes "############^83F52C#######^000000################"; mes "##################^83F52C##^000000###############"; mes "############^83F52C##^000000####^83F52C##^000000###############"; mes "#############^83F52C######^000000################"; input @num; if(@num == 5) break; atcommand "@kick "+strcharinfo(0); end; case 6: mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "############^83F52C##^000000#####################"; mes "############^83F52C########^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "#############^83F52C######^000000################"; input @num; if(@num == 6) break; atcommand "@kick "+strcharinfo(0); end; case 7: mes "############^83F52C########^000000###############"; mes "############^83F52C##^000000####^83F52C##^000000###############"; mes "################^83F52C##^000000#################"; mes "###############^83F52C##^000000##################"; mes "###############^83F52C##^000000##################"; mes "###############^83F52C##^000000##################"; mes "###############^83F52C##^000000##################"; input @num; if(@num == 7) break; atcommand "@kick "+strcharinfo(0); end; case 8: mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "#############^83F52C#######^000000###############"; input @num; if(@num == 8) break; atcommand "@kick "+strcharinfo(0); end; case 9: mes "#############^83F52C#######^000000###############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "#############^83F52C########^000000##############"; mes "###################^83F52C##^000000##############"; mes "############^83F52C##^000000#####^83F52C##^000000##############"; mes "#############^83F52C#######^000000###############"; input @num; if(@num == 9) break; atcommand "@kick "+strcharinfo(0); end; } next; mes "[Anti Bot]"; mes "Thank you for your patience, you can now move on."; atcommand "@option 0 0 0"; atcommand "@battleignore"; setoption 0x2,0; sc_end sc_berserk; percentheal 100,100; set @kill,0; if(@cart == 1) { setcart; set @cart,0; } if(@falcon == 1) { setfalcon; set @falcon,0; } if(@riding == 1) { setriding; set @riding,0; } close; }
  8. Check Emistry Multi Currency shop or Euphy Custom Currency Multi-Shop
  9. Poring King

    GM Staff

    Hello Guys , Im looking for world wide GM Staff for my Server Contact Me : Email : [email protected] Facebook Account : https://www.facebook.com/jeff.chix Thx
  10. i already do the same thing but nothing happend . by the way thx for your reply
  11. Hello Sir/Mam Private Message wont display instend of displaying the chat in chat box . its create new window and the chat of player but when i reply on him my message for him wont display . i will show you 2 picture contains my problem . so you can understand very well .
  12. Can u give me a Reward NPC for the Players who won in my GM-Team Event ? ideal NPC for that Get the Player Name Get the Event Player won : then Announce " Player Name " rewarded 1tcg card for winning Event "; Sounds Like that ?
  13. Pwede pa help para pwede kme mag connect nang mga friends ko sa offline server na ginawa ko ? kailangan ko lng khit ung simple na gagawin lng para mag connect .... pati narin po ung saan eedit ung pwede mag online sa game kahit hindi GM account . kasi po pag oopen ko ung normal na account na ginawa ko sa offline server and lumalabas pagkalogin "Reject from the server " Thankyou and advance
  14. Hi Guys Can u Give me a itemslotcountable.txt file ? so my players show if the item are [1][2][3][4] thankyou and advance ..
×
×
  • Create New...