Jump to content

Pink Guy

Members
  • Posts

    371
  • Joined

  • Last visited

Everything posted by Pink Guy

  1. Thanks bro. I now know the reason. I pretty much just solved it by running it as admin lol. Sorry for this stupid mistake and thanks for the reply.
  2. Hello guys, I'm trying to make a new card but for some reason, I can't edit the num2cardillustnametable.txt file. Whenever I edit it via Notepad2, and save it, it says something about the file being in unicode and when I press ok, my client doesn't start and have an error. So I am forced to copy a different num2cardillustnametable.txt to revert the changes. I would really appreciate your help. I'll attach my current num2cardillustnametable.txt file so you guys can see what's wrong. num2cardillustnametable.txt
  3. Hello, I've been trying to search on how to add Custom Mobs but most (if not all) of them links to https://github.com/rathena/rathena/wiki/Custom-Mobs. I've checked it and it's only showing me Client side and SFX stuff. I want to know how exactly how to add monsters. A Step-by-step guide would be appreciated. EDIT: I followed this guide perfectly even tho it's in a different language. But when I summon the monster, the sprite is the same as Horn instead of the new one. Also, anyone know how to put skills on custom mobs?
  4. Do you happen to have a full script that I can use?
  5. Hello guys, I just want to request a PVP Ladder that just records kills/deaths for just 1 map. Let's say it's pvp_y_1-2. I tried searching google but I couldn't seem to find it. Some threads are dead and some are just hard for me to comprehend (SQL).
  6. Thank you! It works perfectly fine!
  7. Yeah, I modified it to a different time since I was just testing it out. The script didn't work unfortunately.
  8. Hello bro. I've tested it and it's not working. I can load the NPC but the NPC doesn't start. Not even the announcement.
  9. I tried it just now after recompiling. It's the same thing. Still can't work on players.
  10. It's not working. I tried copying my old one then recompiled but then map server won't load up. So, I'm guessing that they changed the syntax/coding somehow. Would anyone be kind enough to help me? Here's what I had on my old svn (which worked). Don't know the rathena version tho. case SA_ELEMENTWATER: case SA_ELEMENTFIRE: case SA_ELEMENTGROUND: case SA_ELEMENTWIND: if(tstatus->mode&MD_BOSS) break;
  11. Thanks for replying! I have tried that but I want 2 kiel cards to eventually make the cooldown 0. I tried putting 150 cooldown and I saw this cooldown item bonus script but I don't know exactly how to use it. Do you happen to know the syntax? Source: https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt bonus2 bSkillCooldown,sk,t; Increases cooldown of skill sk by t milliseconds I tried putting -75 on t but it's not working. I don't know what to put on sk. I also tried putting ASC_BREAKER for sk but it didn't work. I would really appreciate your help. EDIT: I made it work by just putting cooldown. Apparently, I forgot to put quotation marks for the skill name so it didn't work. Basically, I put 150 cooldown on Soul Breaker and made my kiel card script like this: 4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ bonus2 bSkillCooldown,"ASC_BREAKER",-75; },{},{} Hope this helps people in the future.
  12. Thanks. I still have my old svn just wanted to know where exactly I edit it. I'll post here once I've confirmed it for people who are interested.
  13. Anyone can help? I remember it was posted in this forum as well I just can't seem to find it.
  14. Hello, I remember seeing a guide on how to do this years ago but I can't seem to find it. Anyways, I'm just wondering how to enable the Sage/Professor skill "Element Change" to work on players (instead of just monsters). If you're not sure, it's the quest skill that consumes Elemental Converters to use. Thanks in advance!
  15. Yep. Exactly what you said. Works perfectly! Thank you!
  16. Oh, how do I do it? Sorry didn't know I had to do it.
  17. Yo man, I tried it and changed the vip item to TCG. The normal healer functionality works but the VIP heal doesn't. Can you please help me?
  18. Yeah, still haven't tried them but thanks! I really appreciate your help. I'll let you know once I've tried it.
  19. Hello, can someone please help me make a world boss script? Basically everyday around 08:00 server time, a mob (#1931) spawns. But 1 minute before it spawns, there will be an announcement about the world boss spawning in 1 minute. I found this script but it's not exactly what I had in mind. Maybe someone can help me modify it? Thank you!
  20. Anyone can help? I've put cooldown and it's still the same. The skill is still spammable.
  21. Thank you! I'll test it later and let you know if it's working as intended.
  22. Anyone can help me modify this script? I want it to work for normal players and people with VIP item. For example, if the player doesn't have the vip item, they can still get healed and get agi and blessing. But if they have the vip item, they get the full buffs. Thank you to whoever can help!
  23. Hello guys, I was just wondering how to make aftercast delay for pretty much all skills to 0 but then put normal/standard skill delay on a specific skill? I've tried putting cooldown, and manually putting delay via skill db but it still has 0 delay. I'm talking about Soul Breaker skill of Sinx just in case you need info. If you need more info, then let me know. I really appreciate your help. I was using rAmod full trunk so that could be a potential cause(?). I haven't tried it on a clean latest rathena trunk but just wanna ask in case you gust know how to fix this.
×
×
  • Create New...