Jump to content

LCDTheOG

Members
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by LCDTheOG

  1. what isnt it doing?, if its not showing an error, what is it supposed to do that it's not doing?
  2. set eqpid, getequipid(1) //<---- you need to change this according to the position where the item is located if(eqpid > -1){ initnpctimer; end;} else; end; OnTimer10000: skilleffect 419,7; end; this is just a theory, i'm probably wrong....
  3. what did you do before this happend?
  4. grab the latest lua's? make sure login with a blank account and type /hoai?
  5. you must make a seperate database for log, name it log, then run the log.sql file in ur /sql-files/ folder and make sure you give it permissions. also make sure you specify in the conf/inter_athena.conf the name of ur database.
  6. you cant really find the source code, you can use a disassembler tho if you know assembly
  7. oh i thought this was a custom item my bad XD, uhh ive honestly never seen that error before D:, i'm as stumped as you are Lol.
  8. i dont think the gui is lockable, u would need to know how to hex which would take a great knowledge of asm language :X
  9. @Asura, Paradox has been MIA since like 9 months ago, you wont contact him, this is the main reason rA started i believe...
  10. @karazu you would need to figure out the parameters used to call the client your using for WOW, this is a forum for a ragnarok online server emulation. so dont ask us if we know the parameters for a wow client.
  11. you could make it repeat the effect every 10 seconds or sumthing inside the itemscript.
  12. your item id's are kinda low o_O, try making them higher like in the 15k's or 20k's
  13. go into your conf/inter_athena.conf, scroll down in the file until u see this // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: log //<-------------- change this to the database where your log's reside log_codepage: log_login_db: loginlog
  14. if you wanna make it so they cant use it, just go into your db/skill_tree.txt and comment out the skill you want to disable under the soul linker class, and it should darken in the skill tree. edit: db/re/skill_tree.txt and db/pre-re/skill_tree.txt comment out spirit of the assasin.
  15. roxas, after you get stoned are you able to move still?
  16. do you mean like disable it so they cant be linked?
  17. holy crap that formula for hp is pretty complicated LOL, justin if its too complicated just make a script example: if (Class == 4015){ set MaxHp, (your max hp limit on paladin); end; } of course, youd have to put in more checks like to check for lvl n stuff. wouldnt want a lvl 50 paladin having the max hp limit on ur server right when they change class xD emistry if u edit this i swear to god, this is just an example dont gimme this "You didnt close correctly this is how u do it" >_>
  18. give me your example formula of how you want it to come out i have no idea how you want this formula to work so idk how to approach it.
  19. download tortoiseSVN the program, make a new folder, open the folder and right click inside of it and choose svn Checkout, put that link they provided above in the url, make sure it says full repository. and hit okay. and it will start downloading your server, be aware you will need to compile a server afterwards this is like a brand new uncompiled server.
  20. yeah a default schema is just the database that will be selected when u open the sql viewer gui or whatever ur using, its not mandatory, its just for convenience xD
  21. wrong Dream thats for an old revision of it, groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ //<--- add commands here } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, kakashi you need to add commands to that part of the group.conf file in ur /conf/ folder, to add commands you just type the name and put true afterwards i'll put an example groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ rates: true commands: true help: true exp: true //<--- custom commands and what not. just read the file and you'll know how it works. } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } },
  22. there is a script that does that already in the npc/custom/ folder called floatingrates.txt i believe.
  23. well first i say, refer to this topic http://rathena.org/wiki/Category:Patchers and choose a patcher you would like to use, In my opinion i suggest using thor patcher since i find it much easier to use than the rest of the patchers but thats my choice
  24. 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
×
×
  • Create New...