Jump to content

Myth

Members
  • Posts

    225
  • Joined

  • Last visited

Community Answers

  1. Myth's post in password for Character Select was marked as the answer   
    just disable pin code
     
    trunk/conf/char_athena.conf
    //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: yes // How often does a user have to change his pincode? // 0: never (default) // X: every X days pincode_changetime: 0 // How often can a user enter the wrong pincode? // Default: 3 (client maximum) pincode_maxtry: 3 // Are users forced to use a pincode when the system is enabled? // Default: yes pincode_force: yes  
     
  2. Myth's post in how to make admin account using wamp server? can some1 pls help me? was marked as the answer   
    goto phpmyadmin then login in after you login go to login table and search for your account edit the level of your account edit into 99 then save and reconnect
  3. Myth's post in char server db error was marked as the answer   
    try to drop the ragnarok sql in your sql then recreate again
  4. Myth's post in Can I request Auto Job changer? was marked as the answer   
    auto job changer when they got login the npc automatic appear
     
    - script jobfrees -1,{ OnPCLoginEvent: if (getgmlevel() >= 1) end; if(#freejobchange > 0) close; mes "Hello!! "+strcharinfo(0)+"!"; mes "Welcome to our serverRO!"; mes "I can change your job for free!"; mes "Just select what job you want."; next; menu "Lord Knight",Lrk, "High Wizard",Lwl, "Sniper",Lranger, "High Priest",Lab, "Whitesmith",Lmech, "Assassin Cross",Lgx, "Paladin",Lrg, "Professor",Lsorc, "Clown & Dancer",Lmw, "Champion",Lshura, "Creator",Lgene, "Stalker",Lsc, "Quit",Lcancel; Lcancel: close; Lrk: jobchange 4008; set #freejobchange,1; close; Lwl: jobchange 4010; set #freejobchange,1; close; Lranger: jobchange 4012; set #freejobchange,1; close; Lab: jobchange 4009; set #freejobchange,1; close; Lmech: jobchange 4011; set #freejobchange,1; close; Lgx: jobchange 4013; set #freejobchange,1; close; Lrg: jobchange 4015; set #freejobchange,1; close; Lsorc: jobchange 4017; set #freejobchange,1; close; Lmw: jobchange 4020; set #freejobchange,1; close; Lshura: jobchange 4016; set #freejobchange,1; close; Lgene: jobchange 4019; set #freejobchange,1; close; Lsc: jobchange 4018; set #freejobchange,1; close; } just like that. but third job auto leveler


    bump


    solved
  5. Myth's post in problems was marked as the answer   
    im using SVN Revision: '17378'. how can i update that? or i will back to 0?


    bump?


    bump
  6. Myth's post in Level was marked as the answer   
    prontera.gat,100,100,5<tab>script<tab>Maxer<tab>100,{ [Level Up NPC] mes "Hi!! Welcome to YoeRO!!" mes "What brings you here?" menu: "Level up my base level to the MAX!",L_BASE; close; L_BASE: [Level Up NPC] mes "Oh, you want to raise your base level." mes "Are you sure about it?" menu "Ofcourse!!!",L_of,"Maybe later.",L_late; close; L_of: atcommand "@blvl 255"; atcommand "@jlvl 120"; //set BaseLevel,255; //set JobLevel,120; mes "Ok! Here you go!!!!!" mes "Enjoy playing YoeRO!!" close; L_late: mes "Ok see yah around!" close; }
    try this
×
×
  • Create New...