Recent content by joecalis

  1. J

    Custom Skill Unit Follow Character (like Bragi)

    I tried to create a skill which mimics an effect like bragi where the wierd symbols/letters follow the character as they walk, and who ever enters the area gets damaged. I know I setup everything correctly but I encountered a problem, while the skill area that damages everyone who enters...
  2. J

    Skill Specialeffect Duration

    Is there anyway to have a skill special effect stay at a desired amount of time? For example if I want to have a skill with berserk (redbody) special effect, body will go back to normal after the skill is dispelled. Is it possible to do that through src and/or lua edit? Most of the stuff I...
  3. J

    Multi-hit skills causes player to Stand?

    I have just tested this and I was wondering if this is a bug or something. I had a character with infinite endure while sitting, normal attacks and single hit skills doesn't make it stand, but multi-hit skills like Double Strafe, Double Attack,Sonic Blow causes the player to stand. I already...
  4. J

    Custom Passive Skill (Incease MATK)

    So I've been working on a couple of passive skills, all were fine except for this one. I'm not gonna post all the codes in diff files because there are just too many, but here is the part I am mostly having a problem on. I need to have this skill add 1% Base MATK (the first number that shows...
  5. J

    query_sql to Array

    I was just wondering what the outcome will be if I do the following: query_sql("SELECT * FROM `awesome_table` WHERE `ID`=1",.@tempvar$);  awesome_table: ID Name Val1   Val2   Val3 (int) (string) (int)   (int)   (int) 1   Hi 0 1 0 2   Hello   1 1 1 My question...
  6. J

    Vending Drag-Drop Item Price Check

    So I tried modifying my vending skill to use Cashpoints instead of Zeny and coded it like this: vending.c at "vending_purchasereq" /*==========================================* Purchase item(s) from a shop*------------------------------------------*/void vending_purchasereq(struct...
  7. J

    Vending Sales List Message

    Can anyone please tell me how to edit the "Sales List" message shown when vending, it looks like this: I want to change the text like so, ~~~~~~~~~~Shop List~~~~~~~~~~ <Item Name> : <Price> Points ea Current Points : <#CASHPOINTS> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ I tried...
Back
Top