Recent content by Kavaline

  1. K

    How check the master SCs in summons skills?

    In status.c, status_calc_mob_, I'm trying read the master SC (I want that if I use Summon Flora with some buffs, the plants receive some status boost). I tried some codes, but dont work. Here is my last try: if (flag&16 && mbl) {... if (ud) {... if...
  2. K

    Attach variable to an specific Item

    Hi, have any way to attach variables to a specific item (not all Apples, but only a specific Apple)? I tried search how to get the GID of an item, but didn't found a way, and saw no one method for an item hold a variable or attach a variable for a specific item. Only way that I found is the card...
  3. K

    How get an Item GID?

    How I can get an item GID, or a similar unique variable? For healing item, or equipment, or misc item, anyone? And, is possible to change a script of an only one item? For example, all Apples recover 16~22 HP, but make only one Apple recover 7~10% SP without change all Apples or creating a new...
  4. K

    How break an equipped weapon?

    Hi, I need help for a script that break the players equipped weapon (not delete the player weapon, but breaks that return the weapon with broken status). I tried "delequip" with "getitem2", but how I get the slotted cards? And in case of BS/WS crafted weapons and signed weapons, have problem...
  5. K

    How create a 'input' with 'timer'?

    Hi, I want a script that gives the player 5 seconds to type a word, with 'input'. But when the time runs out, the script runs normally, and after, read the event label of the time out. Here is what I tried: mes "type anything in 5 seconds"; addtimer(5000...
  6. K

    Newbie question: how get an item ID by item name?

    I have a string var with the item name stored (a Jellopy, for example). How I get the ID of the Jellopy by their name? I need do this in this way, because the name that I get is dynamic, based on a long list of items. I want something like "getitemname(<item id>)", but more like...
  7. K

    Any suggestion for matrix?

    Hi, I need write this kind of script: setarray .arrayAn[1], 1, 2, 3, 4, 5; setarray .arrayA$[1], "a", "b", "c", "d", "e"; setarray .arrayBn[1], 6, 7, 8, 9, 10, 11; setarray .arrayB$[1], "f", "g", "h", "i", "j", "k"; setarray .arrayCn[1], 12, 13, 14, 15; setarray .arrayC$[1], "l", "m", "n", "o"...
  8. K

    [Request] Seller with timed random stuff

    Hi, I need a script for a seller, with few specifications: He sell 10 different itens; After 1 hour, change for 10 new itens; Each player can only buy 1 item, and the buyed item are removed from the Seller; Each item from the seller came from a vector with few options (ex: the 1st item...
  9. K

    HEX edit Gangsi sprite

    I tried edit the client to choose another path for the Gangsi sprite, but had no luck. I'm posting my results for who want help me in this adventure. I want change the Dark Collector and Death Knight too, but will talk only about Gangsi here, because solving one, solve all. My client...
Back
Top