Recent content by Tio Akima

  1. Tio Akima

    Time expired Instance Bug

    Hi I wanted help to fix this instance info window. This window (with the destroy button) appears when you are out of the instance saying that it is available/accessible, etc... You can even use the button to destroy and terminate the instance. However, this window bug completely if the time...
  2. Tio Akima

    order clone attack

    hi, i made a skill to send the clone generated by the player to attack a target. (order to attack a target). I did a custom function, where I return the clone ID on the map. And so, give him an order. But, I do not know if it is correct to go this way, or if there is any other necessary...
  3. Tio Akima

    Darkmoon - Sprite NPC

    View File Darkmoon - Sprite NPC DarkMoon Hi... I did this NPC some time ago Now I'm posting to the community                                          FREE TioAkima Submitter Tio Akima Submitted 03/07/21 Category Sprites & Palettes
  4. Tio Akima

    [showcase] Pokemon League Map + Yugi-oh Duel Map

     Pokemon League Map Hi, I'm doing some duel maps. pokemon league map, can be used as a duel map or map for any event, depending on your creativity.                 Did you see the dueling map of the yugi-oh? Haven't seen it yet? can also be used for dueling, or for any...
  5. Tio Akima

    daily reward on account

    Has anyone changed edited the daily compensations to get the awards for accounts and not for char? it would be nice if you had that alternative in the settings. Has anyone thought of this alternative? I think it is safer and more correct that the daily rewards are for accounts and not char...
  6. Tio Akima

    Medieval Tavern - [FREE MAP]

    View File Medieval Tavern - [FREE MAP] Hi. I am Tio Akima.   This is one of my works in creating maps / graphs. Available to the community. (free) Medieval Tavern Map Map made in Browedit (Thanks Borf) 3d models made in 3D Max Any error / bug let me know so I can fix...
  7. Tio Akima

    Exchange Shop (Barter shop) bug ?

    guys, i'm using the barter shop, and even putting -1 (to sell unlimited items) he is acting like it's 1 ... and he doesn't let the player buy the item. Does anyone know why he is behaving this way? the value being -1 was for him to exchange unlimited items and not block the player from...
  8. Tio Akima

    instance check

    hy guys I'm creating an instance, and I have some doubts I created the instance setup:       //  instance create =================================================================                                              if ( FYC_deny + .deny > gettimetick(2) ) {...
  9. Tio Akima

    team wars npc

    Hi guys, found this npc on some topics here on the forum it's a battle between groups, but I noticed some errors, if anyone can look ... If I'm not mistaken, this npc was edited by AnnieRuru and is called Team Wars (7vs7) group battle * after the groups register, the npc says a message and if...
  10. Tio Akima

    doubt about weight

    guys Hi guys with the change of maximum level and maximum status (str, int, luk, etc ...) do I need to set the maximum weight too? sometimes it happens that the char gets heavy with only 20% of objects in the warehouse I figured that maybe the weight would adapt to the size of the force...
  11. Tio Akima

    attributes in old SC_ is not working

    Hi guys my sv is from December 2019 and is not with the updated SC_ system ... so far so good ... However when adding some attributes in SC_MAXIMIZEPOWER, it does not work ... original code status->set_sc( BS_MAXIMIZE          , SC_MAXIMIZEPOWER   , SI_MAXIMIZE     , SCB_REGEN );  my...
  12. Tio Akima

    reversing the monster's mood

    guys i have an array with id of some mobs collected in an area .@units[.@i] how can I do to turn calm monsters into aggressive and aggressive monsters into calm monsters. for (.@i = 0; .@i < .@count; .@i++) {                   if (aggressive monster ){ stay calm }          if (calm...
  13. Tio Akima

    server mapcache not updating?

    guys, I remade the mapcache of my Prontera (new prontera) ... however, when I enter the game, the server is reading the cache of the old Prontera (it seems to me that the gat's are from the old Prontera) ... i remade mapcache several times and he keeps reading the old cache ... does anyone know...
  14. Tio Akima

    sprite / weapon animation info

    Hi guys I'm looking for information about the relationship between the weapon subtype (that the player has equipped) and the attack animation of the sprite. We all know the SPRITE of a class has 3 types of attack: attack animation 1 attack animation 2 (no weapon) attack animation 3 (weapon)...
  15. Tio Akima

    callfunc Heal group in area

    guys, can someone help me programming this callfunc I'm trying to make a callfunc to use on an item this item should heal the player and whoever is in the group (only if they are within a 10x10 area I am still building, but I have a series of doubts and I am not able to get the id of the...
Back
Top