Jump to content

playniks

Members
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

playniks's Achievements

Marin

Marin (5/15)

  • One Year In
  • Collaborator
  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

2

Reputation

  1. 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;
  2. 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?
  3. 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?
  4. 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
  5. 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..
  6. Hello! Is there a solution for this topic? Let me know please, I had the same problem too..
  7. 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
  8. 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...
  9. 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.
  10. 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
  11. 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.
  12. 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
  13. 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.
  14. 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?
×
×
  • Create New...