Jump to content

eKoh

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by eKoh

  1. oh ya veo, el problema viene de los Lua Files, cada cliente es muy nena con los lua files, asi que necesitas buscar los correctos para cada 1. ademas, te recomiento usar NEMO patcher, ese es mucho mas facil de usar y tienes mejores resultados, buscatelo en google o si no en una de las ramas de soporte a clientside afortunadamente, tengo los correctos lua files para ese cliente, aqui los adjunto, y me dices si te ayudaron o no para ver cual es el problema es un problema muy comun ese, busca por ahi en google lua files para cada cliente, seguro resolveras tu problema si ocurre otra vez en el futuro luafiles514 2013-07-03.rar
  2. actually it is not, the work will be the same with cell_pk or cell_basilica hehe, now I remember that I saw a guide that enables cell_pk... is possible? pvp specific area? I am not sure if it works, but you can give it a try, btw, what is your emulator?
  3. try to use mapflag pvp then setcell_basilica all over the map and then setcell_basilica only in that special area
  4. I have been looking on official data directory, and I found these cool Npc texures: arang01.bmp bu_du1.bmp bu_maggi1.bmp bu_mark1.bmp god_kukur01.bmp But sadly I cant find the sprite files, I've researched on the NPCidentity.lua file and neither added, and of course in the sprite folder researching manually and using Windows file finder using "arang" as file to find and nothing, but the thing is that these npcs are official, they exist, but I dont know where they are. I would really appreciate if you help me.
  5. or you can use @var instead of var, this is a temporary variable, that means, once the player logs off it automatically gets deleted, for example: set @Kill, @Kill + 1; set @Death, @Death + 1;
  6. you can go to script_commands.txt to find any script instruction you might need, and also go to doc/ folder, you'll find a lot of samples and documents that can help you to make great scripts
  7. i dont think so, you might try google it, and maybe you can find it and add it to your server
  8. sometimes you have to use " ", like /organize "My party" when you are using spaces be sure you have basic skills upgraded otherwise we'll need to check other things
  9. there are 2 different guides for 2 different kind of clients, for clients 2013+ go wiki Custom Items for clients below 2013 & monsters ( do not change from 2012 and 2013 clients ) go JudasBible it is a very good guide for newbies, it helped me a lot haha
  10. try to use @reloadscript and check the map_server.sql, maybe some issue is in there
  11. eKoh

    OnNPCKillEvent

    so it does not work if player 1 summon this monster and player 2 kills it?
  12. you are welcome to click the button, so everyones that has the same problem will know the answer quickly =)
  13. As you can see, I am looking forward the blacksmith quest, but what I cannot find is the description file (Alt+U), the one that is: "We want to check the dedication and eagerness of Merchants who apply..." I want to know where these "descriptions" are stored and I also want to know if it is possible to show variables as in scripts, like "+@var+" will work. I have already seen on quest_db.txt but it stores the quest id and its title. SOLVED The file is actually in our data folder, just right here: data > questid2display.txt 2000#Job Change to Blacksmith#SG_FEEL#QUE_NOIMAGE# We want to check the dedication and eagerness of Merchants who apply to us to become Blacksmiths. For the first test, go to Einbech and help one of our guild members Geschupenschte.# Meet Geschupenschte, Blacksmith of Einbech.# If somebody has this problem or is willing to make a quest, here is the answer.
  14. eKoh

    OnNPCKillEvent

    lol, i was going to work on something like this today haha, i want to make mini quests of killing certain amounts of monsters, like idk, 50 anubis, and stuff like that. if i make this work, i'll pass you the script, but still look it by yourself, i might not be the answer haha
  15. use nemo + correct lua files. I've been using that client, and the lua files are the problem, let me see if i still have the lua files~~ and yes, I still have them ;D i dont know where did i get these lua files but they are working 4 me, hope they will also work with you luafiles 2013-08-07.rar
  16. have you tried to add it manually? I also had some problem with a custom command released, and I had to add it manually instead of patching it, and it worked =)
  17. Firstable thank you for your review, I do agree with the font variation, it is something that I was doubting about, but only for the "Ragnarok Online", not for Aria. I did not notice about it was too spacy, it's something that is going to change, but I am not agree about the colorings, because its theme is about "Celestial Night" so, it will stay. Yea, we will add a AK-47 later for sure. Btw, it is not about the font only, it is about the entire logo, as I said, it is going to have Celestial Night theme. What I liked what I did with this logo is how did I put the ragnarok online below "ria", it is something new on RO server's logo, instead of just putting RO next to the server's name.
  18. eKoh

    Pvp with bet.

    why don't you guys go to script_commands.txt it is not a hard script, it would take around 1 day making it, btw it is a good idea +1
  19. you can follow this guide from cassiel
  20. File Name: Utility: Full configurable Resetter File Submitter: eKoh File Submitted: 05 Aug 2014 File Category: Utilities Content Author: eKoh Full Configurable Resetter I've made this script because I wanted to make my players use a "Reset Ticket" after they've used a couple times the resetter. It is working pretty good, and also, it's very easy to set: set .@zenyabove,500000; //The cost of a reset after reaching the .@blvl settedset .@zenybelow,0; //The cost of a reset before reaching the .@blvl settedset .@blvl,80; //The max base lvl to have a low cost resetset .@resets,1; //Amount of resets available after reaching .@blvlset .@itemid,26002; //The item id you want to make users use when they run out of resets, mine is 26002, if you set this to 0, they will not be able to reset again I am also adding my Reset Ticket sprite/textures, so you can use them in your server. P.S. I made this because I want to add this Reset Ticket to the donation shop, so I will not have custom items, but my players will need to donate to have a reset, if you want to use my idea, go ahead =). Click here to download this file
  21. File Name: Pvp-DeathMatch Arena File Submitter: eKoh File Submitted: 08 Aug 2014 File Category: PvP, GvG, WoE, Battleground Content Author: eKoh This is a Pvp-DeathMatch arena I've made to make an Intense & Non-Stop Pvp, on what ever server it is, HR, MR, LR. By making theirs player save into 3 different safe zones inside the Pvp room, that way, they will not need to go back to their save town and prepare theirselves, because it's a waste of time. For better explanation of how it works go to this topic I've made: How to make an Intense Pvp? The following is what the file has inside: Click here to download this file
  22. Do you like it? What words you would use to describe this logo?
  23. hmm, I see, have you checked atcommand source? maybe there is some configuration you can set on/off
  24. why my uploads are not being approved/refused? almost a week ago since I uploaded them );

    1. Azura Skyy

      Azura Skyy

      File uploads are rarely noticed without a message. Send a message to a corresponding group moderator. Olrox, Najara, Adel, for Graphics and so on for Scripting, Source, or what have you.

      They usually respond or approve within 12 hours.

    2. eKoh

      eKoh

      yay, finally they've got approved ;D it has been a really long time haha, thank you for replying ;D

    3. Azura Skyy

      Azura Skyy

      No problem. And good luck on Helper Lv 1 Badge. I nominated you for it. It seems that you pretty much exclusively post in response to people's request threads. Go you. :D

×
×
  • Create New...