Jump to content

LCDTheOG

Members
  • Posts

    223
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by LCDTheOG

  1. just like that cept u would put Oninit: setwall (the rest of the command idk it off the top of my head) end; it will put a barricade every time you restart your server edit: idk if theres supposed to be tabs on that barricade thing but yeah just follow the directions on how to use setwall or wahtever
  2. open your client files and search in the sprite folder for all your hair styles and count them, thats how much hair styles you have.
  3. then make an OnInit label in a script and use the setwall command as he said above xD
  4. google Lockhunter , it lets u remove whats using the file/folder allowing you to delete it or whatever.
  5. why is everything in korean, do you have translation packs n stuff, and did u compile your server to correct dates n what not.
  6. u put in the max hair style/color +1 and max cloth color +1 so if your max hairstyles was 24 hairstyles, ud put 25 as the number.
  7. try to use username: root password: (the password you installed the sql server with)
  8. http://miruku.rathena.org/ torrent it, it comes in 12 parts, or 7 i cant remember, You open the first file of all 12 parts and extract it wherever you want with a program like 7-zip
  9. we should put that guide here since eA = dead in the water.
  10. LCDTheOG

    [NPC]EXP

    it was off the top of my head bro. lol and i was in a hurry wasnt checking for errors or anything. hence the "I think that should do it :X"
  11. missing dlls?, are you running the client from a shortcut? run the client directly from the folder.
  12. function script CustomBox { setarray .BoxItems[0],501,502,503,504; set .rand, rand(100); if (.rand <= 5){ getitem .BoxItems[0],1;} if (.rand <= 10 && .rand > 5){ getitem .BoxItems[1],1;} if (.rand <= 25 && .rand > 10){ getitem .BoxItems[2],1;} if (.rand > 25){ getitem .BoxItems[3],1;} end; } Edit the if blocks to your liking
  13. LCDTheOG

    [NPC]EXP

    attachnpctimer strcharinfo(0); initnpctimer; OnTimer30000: set BaseExp, BaseExp+10000 set JobExp, JobExp+10000 end; i think that should do it :X
  14. oh , thats flippin awesome D:, that sounds like source tho, pneuma is right :X
  15. if you want to connect to a server with a client you need to go into that servers grf and update the clientinfo.xml and change this part <address>Your IP goes here</address> then save it and pack it back into the grf.
  16. get a clean server and and change the parameters. i dont understand how you still cant change your parameters even after you did it through source.
  17. 1st i understand 2nd. If their is 3 players in the event you want them warped out? but party leader of the 3 players needs to click the npc to leave? 3rd. you want me to change, mes "No event for the moment"; to, mes "There are x players in the map this area is empty? you really arent making urself clear here
  18. uhhh, what exactly do you want i could barley understand what you wrote about what you wanted :X
  19. what is it supposed to do?, if its just an etc item, they dont have scripts >_>
  20. head into your src/map/battle.c and look for this line { "max_parameter", &battle_config.max_parameter, 99, 10, 10000, } change the 99 to 255 { "max_baby_parameter", &battle_config.max_baby_parameter, 80, 10, 10000, } change the 80 to 255 or whatever you want your baby parameters to be { "max_third_parameter", &battle_config.max_third_parameter, 20, 0, INT_MAX, } this is for 3rd job, change the 20 to 255 or whatever u want them to be. after you do all your changes don't forget to recompile your server or the changes wont occur.
  21. what version is your mysql o_O, its saying the syntax of REPLACE INTO is incorrect. as for the blue question mark that means that the file has been altered and or been added to the folder and it isnt in the svn. Edit: Try doing it with this one. item_db.sql
  22. i think this is a bug with Mysql 5.5, because ive been having this problem lately, i dont see how root admin wont have privledges to delete and edit users, the way around this tho is to just delete the user from the mysql database it should be in the user table, do not delete root or ur screwed LOL, just delete the other user names that u dont want
  23. if you don't have an active going server atm drop all your tables and run the main sql file.
  24. this isnt a skill table error, as the database is only for storeing data, not altering any server sided things such as configureations and all that, blacked out skills usually mean, they were disabled somehow when u migrated, did all of the files get into the host, check your skill_db.txt and skill_tree.txt and make sure they are still in tact. also make sure you dont have gm's being able to bypass the skill limit ie being able to have all skills as a gm character, otherwise they will be blackened.
  25. Change all the 'Zeny' Variables into 'Cash' without the ' before and after them. it says that in the post emistry referred you to as well.
×
×
  • Create New...