Jump to content

sneakz

Members
  • Posts

    41
  • Joined

  • Last visited

About sneakz

  • Birthday 09/07/1990

Profile Information

  • Gender
    Male
  • Location
    Philippines

Recent Profile Visitors

1590 profile views

sneakz's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Where can I get a WOE ladder only. I have my PVP ladder but i need a ladder for WOE kills/deaths only.
  2. Is it possible to make this record WOE kills only? Cause my players are abusing PvP kills for the top 1 spot. I decided to get WOE kills only.
  3. I'm using this pvp ladder and I want to change it to WOE lader. Cause my players are cheating in PVP. Is it possible to change this to WOE ladder or do you guys know any WOE ladder? That works on eAthena server. pvpladder_1_7_2.txt
  4. I'll try it now. I hope it'll work. Thanks in advanced Not working EDIT: Is there a way to make the LCheck ask again if the player jumps?
  5. I'm using this Ingame Second Password from rosemount and I modified some of it just to add some effects but it seems players could use @warp or @jump to avoid this security. Normally the script has the sc_berserk to prevent the players from warping or jumping but few of them manage to jump or warp while in the status. Is there a way to re-alert this secondary password if they use @jump or @warp? Like a loop or something just like Antibot killer 6 of Myzter. Even if you jump or warp it will still ask you to answer the bot killer. How can I also add a timer wherein after 60 seconds if they don't answer the secondary password they would be kicked out. - script Second_Password -1,{ OnPcLoginEvent: if( #confirmpw == 1) goto L_check; //setoption 0x40,1; setoption 0x2000,1; // Ruwach pcblockmove getcharid(3),1; sc_start SC_FREEZE,1000000,10; sc_start SC_STUN,1000000,10; sc_start SC_SLEEP,1000000,10; sc_start SC_SILENCE,1000000,10; specialeffect2 135; menu "~ Setup Password",L_pass; L_pass: mes "[ Account Security ]"; mes "Please Insert New Password"; input @newpass$; next; mes "[ Account Security ]"; mes "Your password is ^FF0000"+@newpass$+"^000000"; close2; menu "~ Change Password Again",L_pass,"~ Confirm",L_confirm; L_confirm: set #confirmpass$,@newpass$; set #confirmpw,1; //setoption 0x40,0; setoption 0x2000,0; // Ruwach sc_end SC_FREEZE; sc_end SC_STUN; sc_end SC_SLEEP; sc_end SC_SILENCE; percentheal 100,100; end; close2; L_no: atcommand "@kick "+strcharinfo(0); end; L_check: //setoption 0x40,1; setoption 0x2000,1; // Ruwach sc_start SC_FREEZE,1000000,10; sc_start SC_STUN,1000000,10; sc_start SC_SLEEP,1000000,10; sc_start SC_SILENCE,1000000,10; specialeffect2 135; mes "[ Account Security ]"; mes "Please enter your password:"; mes " "; mes "NOTE:"; mes "If you forgot your password type: ^FF0000Recovery^000000"; input @newpass$; if(@newpass$ == "Recovery") goto L_resetpw; if(@newpass$ == "RECOVERY") goto L_resetpw; if(@newpass$ == "recovery") goto L_resetpw; if(@newpass$ == #confirmpass$) goto L_Correct; if(@newpass$ != #confirmpass$) goto L_fail; L_correct: //setoption 0x40,0; setoption 0x2000,0; // Ruwach sc_end SC_FREEZE; sc_end SC_STUN; sc_end SC_SLEEP; sc_end SC_SILENCE; percentheal 100,100; close2; end; L_fail: next; mes "[ Account Security ]"; mes "Wrong Password."; sleep2 1500; atcommand "@kick "+strcharinfo(0); close2; end; L_resetpw: next; mes "[ Account Security ]"; mes " "; mes "^FF0000Change Password^000000 "; mes "Please enter your email address:"; next; input .@emaiL$; query_sql "SELECT `email` FROM `login` WHERE `account_id` = "+getcharid(3), .@RecoEmail$; if(.@RecoEmail$ == .@emaiL$) goto New_PW; if(.@RecoEmail$ != .@emaiL$) goto L_Incorrect; end; L_Incorrect: mes "[ Account Security ]"; mes "Incorrect Password."; sleep2 1500; atcommand "@kick "+strcharinfo(0); close2; end; New_PW: next; mes "[ Account Security ]"; mes "Please enter your new password:"; input @newpass$; next; mes "[ Account Security ]"; mes "Your password is ^FF0000"+@newpass$+"^000000"; menu "~ Change Password Again",L_resetpw,"~ Confirm",L_NewPw; L_NewPw: //setoption 0x40,0; setoption 0x2000,0; // Ruwach sc_end SC_FREEZE; sc_end SC_STUN; sc_end SC_SLEEP; sc_end SC_SILENCE; percentheal 100,100; set #confirmpass$,@newpass$; mes "Your password has been changed."; close2; end; }
  6. The timeup don't work on me. Btw, somehow the players manage to use @jump or @warp while the security is on. Is there a way to make the NPC ask again when they jumped of warped?
  7. No Oh okay. BTW, is there a way you could add time if they don't type the secondary password, they will be kicked out after a min?
  8. Is there a way for the me to view the passwords?
  9. I saw some bugs. In some line you need to add close2; and sc_end berserk after they confirm the password. I modified some of it to fix the bugs. Btw, I'm using it in my server. If you want to see what I've modified just tell me. Very nice script. EDIT: The cart is also being removed every login. I removed the @option to fix it.
  10. Is there a way to prevent players to open my .EXE? Cause I've already encrypted my .GRF and I want to prevent them from opening my .EXE I already got a anti bot killer, and got no budget for something like harmony. Preventing WPE/RPE is enough for me.
  11. Can anyone helped on ceres CP email verification? Because my players keep on spamming on creating an account.
  12. Problem fixed. Thank you.
  13. Okay, how about the aura? Because i've got an issue that the aura don't appear. But when i tried it on my OFFLINE server at my pc, the aura works. I wonder why.
  14. What are the important ports that i need to open other than 80 = web 6900 = login 6121 = char 5121 = map are there other important ports that i need? because i also got a problem with the aura's. they won't show up when i close the other ports.
  15. Oh, okay. I got an error on emperium breaker.
×
×
  • Create New...