Jump to content

Famous

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by Famous

  1. http://rathena.org/b...-control-panel/ <-- I already have this before but i dont know where did i place the script and when I tried to search the external link cannot open..
  2. my trans got 196 aspd but when i tried to change job use 3rd job it decreases become 193aspd how to fix this
  3. how to edit the src?? where can i find it? bump! problem solve
  4. for example I reset my stat igot 7237 statpoints then I use /dex+ 255 result will be only dex+ 212 it doesn't reach the parameter of 255 the remaining stat is only 10 is this a bug?? I'm using revision 16924
  5. I already use stat generator http://sushiduy.plesk3.freepgs.com/statpoints.php but again failed stat doesn't change
  6. this is my Problem as you can See the ranger screenshot above the stat is 255 and zero but now in my case I got only 200 and 96.. the black circle must only have 0 and the red circle must reach the parameter of 255.. how to fix this ?? I already tried to edit re/statpoints.txt but failed
  7. I already set this one and I only have 6110 stat points? how to make it 7216 how to make it goes like this (w/o equips)
  8. do I need to wipe out account if I update this?
  9. When I've Try to update server side and client side to 20120410 Client all my items at @alt+Q and alt+E are gone.. O.o only in the storage items are remained
  10. contenintal messenger from aldebaran.. can you help me find this npc? thanks
  11. I'm Having hard time to fix this script is there someone who could make it fix for me?
  12. //http://rathena.org/board/topic/72558-can-i-request-security-using-can-trade-false/ umbala,94,153,2 script Account Manager 57,{ mes "[Account Manager]"; mes "Hello " + strcharinfo(0) + "."; mes "How may I assist you today?"; next; switch(select(((!#AccLock)? "Lock Account:":":Unlock Account")+":Information:Cancel")) { case 1: mes "[Account Manager]"; mes "So if you would like to lock your account, you will need to input a password after next."; mes "^808080Tips: Input 0 to cancel.^000000"; next; input .@Pass$; if (.@Pass$ == "0") { mes "[Account Manager]"; mes "Alright, you can always talk me to again if you changed your mind."; close; } mes "[Account Manager]"; mes "Good. So the password would be:"; mes "^0055FF" + .@Pass$ + "^000000"; mes "Proceed?"; next; if (select("Confirm:Cancel") == 2) { mes "[Account Manager]"; mes "Alright. Talk to me again anytime."; close; } mes "[Account Manager]"; mes "Password is now set. Account will be locked upon log out."; set .@Pass$, #AccPass$; set #AccLock, 1; atcommand "@adjgroup 1 " + strcharinfo(0); close; case 2: mes "[Account Manager]"; mes "Please input your password."; mes "^808080Tips: Input 0 to cancel.^000000"; set @Attempt, .Attempt; next; input .@Pass$; if (.@Pass$ == "0") { mes "[Account Manager]"; mes "Alright, you can always talk me to again if you changed your mind."; close; } while (.@Pass$ != #AccPass$) { if (@Attempt == 0) { mes "[Account Manager]"; mes "You have entered wrong password too many times!"; close2; atcommand "@kick " + strcharinfo(0); end; } set @Attempt, @Attempt - 1; mes "[Account Manager]"; mes "Wrong password! You have " + @Attempt + " attempt left."; next; input .@Pass$; } mes "[Account Manager]"; mes "Account unlocked. You can always talk to me if you intended to lock your account again."; set #AccLock, 0; atcommand "@adjgroup 0 " + strcharinfo(0); close; case 3: mes "[Account Manager]"; mes "If you feel unsafe with your account, you can always use my service and lock them with a password. Upon logging in, password will be asked and will give no access on wrong password."; close; case 4: mes "[Account Manager]"; mes "See you again!"; close; } OnInit: set .Attempt, 3; // Number of attempts if wrong password entered. end; } - script AccLock -1,{ OnLock: if (#AccLock == 1) { dispbottom "Lock failed! Your account is already locked."; end; } if (.@atcmd_parameters$ == "") { dispbottom "Lock failed! Password cannot be empty."; end; } if (getstrlen(.@atcmd_parameters$) < 4) { dispbottom "Lock failed! Password must be at least 4 characters."; end; } set #AccPass$, .@atcmd_parameters$; set #AccLock, 1; atcommand "@adjgroup 1 " + strcharinfo(0); dispbottom "Account locked successfully! Password is " + #AccPass$ + "."; end; OnUnlock: if (#AccLock == 0) { dispbottom "Unlock failed! Your account is already unlocked."; end; } if (.@atcmd_parameters$ == "" || .@atcmd_parameters$ != #AccPass$) { dispbottom "Unlock failed! Wrong password!"; end; } set #AccLock, 0; atcommand "@adjgroup 0 " + strcharinfo(0); dispbottom "Account unlocked successfully."; end; OnPCLoginEvent: if (#AccLock == 1) { atcommand "@adjgroup 1 " + strcharinfo(0); } end; OnInit: bindatcmd("lock","AccLock::OnLock"); bindatcmd("unlock","AccLock::OnUnlock"); set .Attempt, 3; // Number of attempts if wrong password entered. end; }
  13. Can you help me guys to separate it properly I'm, having difficult to fine each mount
  14. I need to get the act and spr to transfer the files on my lite is this posible?
  15. how to disble this only in castle?? is this correct?thanks Emistry and Arcenciel problem solve
  16. can i request how to disable high jump skill? in woe hour?
  17. How to add NewCart on svn??
  18. ok thanks I will try to post an screenshot!! problem solve close topic
  19. example.. jupiter thunder, stormgust ,deperado, bowling bash, and Lightning Spear of Ice etc.. these type of skills, if they keep on spamming it, the server client crashed specially during the GuildWar Time
  20. I got error at all skill when you try to use over spam of any skill the client will crash down?? is this a problem with data.grf??(if I use old KRO or renewal) or maybe problem with my svn ??
  21. how to make effect will have Level 2 Earthquake looks like this card but "not" auto casting..
  22. oh ok now I know thanks Mysterious:)
×
×
  • Create New...