Jump to content

playniks

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by playniks

  1. Hi! This script Guild Limiter kind of interest me a lot and figured out that this is really a useful script for my upcoming server. Thanks a lot for those people who made the script useful. Would anyone kind enough to share the inclusion list of those approved guilds on this script for Player Menu? Like there will be a list for those registered guilds. Thank you.
  2. Hi @Hoze yeah I actually managed to resolved the problem and other skills that bypasses the golden thief bug effect like ground spells of professor classes and esma/estun of soul linkers. Same as @Playtester status.c find: if (skill != nullptr && skill->skill_type == BF_MAGIC Then input the aegis name of the skills you want to bypass gtb effect. Here's mine for Soul Link, Esma, Fogwall, Deluge, Volcano and Violentgale if (skill != nullptr && skill->skill_type == BF_MAGIC && type != SC_SPIRIT && type != SC_SMA && type != SC_FOGWALL && type != SC_DELUGE && type != SC_VOLCANO && type != SC_VIOLENTGALE && // Basic magic skill !skill->inf2[INF2_IGNOREGTB] && // Specific skill to bypass ((skill->inf == INF_ATTACK_SKILL || skill->inf == INF_GROUND_SKILL || skill->inf == INF_SUPPORT_SKILL) || // Target skills should get blocked even when cast on self (skill->inf == INF_SELF_SKILL && src != bl))) // Self skills should get blocked on all targets except self return 0;
  3. Hi I try to add it manual but is having only 1 error. Clif_Sellitem doesn't seem to be working as per the screenshot shows. How to solve this?
  4. Hello! Thank you so much for this great concept. This is truly a very useful mod and a content to my server. I was able to have it work as stackable item, but how do we apply the item script even when the items are stacking? So my itemscript is "bonus bStr,100;" . so If I have 5 pcs charm item stacking on my inventory it should give me 500 str, but it only count 5pcs charm item as one thus giving me only str+100. So even if I have 5pcs charm item stacking on my inventory, How do we make it give Str +500?
  5. I want it to have callshop func so I can sell multiple costumes instead of converting it one by one... Is there a solution for this? The original script came from re/merchants/malangdo_costume FIXEDD THANKSS
  6. All I want is just simple, exchange costume to a coin.. With the use of the malangdo exchange script, It seems that it only exchange 1 costume at a time.. I want it to have a callshop wherein multiple costume will be exchange rather than 1 by 1..
  7. Hello! Is there a solution for this topic? Let me know please, I had the same problem too..
  8. Hello! It seems like it doesnt work anymore? And also I would like it to be callshop function wherein I can sell multiple costumes I want and trade it to points/item depends on the range per costume
  9. Hello! I would like to request multiple item costume trader wherein it has a callshop function. The NPC only accepts costumes and trade it to a Coin or points. Thanks...
  10. Hi thank you for the response. I actually have that kind of file already. I have a working soul link script on my buffer/healer. It's just that the effect of my soul link when wearing a golden thief bug card won't work.
  11. Hi! The effect of my soul link scroll wont work when Im wearing GTB card. How to bypass this? I tried to make every soul skill type as misc for every job but it still doesnt work. Please help me
  12. Hi could someone share or make me a modified euphy's woe controller with longest defender system and koe script with longest defender system. Thank you.
  13. Hi can someone help me on this script please. Setarray doesn't seem to be working. I was repeatedly able to get the same first item on the list everytime I kill the monster I setup. Find_the_Treasures.txt
  14. Hi there beloved master scripters! May I request a modified script of Flavius Battleground which has auto shuffle joining players? A script like anniruru's BG_pvp_round.txt that automatically shuffles players when joining battleground.
  15. Hi I'm sorry for reviving this topic, but may I know how did you resolve the problem about the Error: status_change_start: Invalid status change (1500)!? I tried to use different status change id like 1418, 976 and the error just don't disappear. Some say that if this error exist this means that the status is still not exist. I followed every step you did on this thread but I can't seem to resolve the problem about the error. Can you help me, please?
  16. Hi there! Can I request for a fake guild source patch that could make my battleground auto generate a new battleground guild team red and team blue with auto generate party as well, please? Does this exist?
  17. HAHAHAHA bro thank you very very much . It's such a great help. Deeply appreciated it. Now I can update my server. Thanks again, sir!
  18. Hi, there sir @Tero! Good day! Does this convert the item into costume while disabling its ""item script bonus"" but not removing its ""item sockets""?
  19. Hi sir @Bringer! I am using that script costume_enchanter. It do enchant the converted costume item but after enchanting it reverts the item back into normal item and no enchant at all. Maybe it has something to do with the getitem part of the script.
  20. Sir @Bringer just a question. How to make a converted costume be enchantable?
  21. Awesome! Fix! You da best.
  22. Hi, Sir @Bringer ! I tried to apply the patch but I'm having issues with the script.cpp part giving this error. Can you help me sir how we can solve this?
×
×
  • Create New...