Jump to content

Tio Akima

Members
  • Posts

    191
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by Tio Akima

  1. If you are ever confused about an effect number in an official map, usually you can open it in brow edit and go to edit mode > effects edit and select the bulb for the effect, click enter and a box will pop up and tell you the effect and the number.  In this case it's effect number 358.

     

    Untitled-1_zpsontiriuk.jpg

     

    thanks! Nice!!! very thanks! :D

    • Upvote 1
  2. how to put clouds on the map?

     

    Instead of being a black background, getting a sky with clouds?

     

    (in aerial maps)

     

    and how can I change the color of clouds !?

     

    thanks!

     

    :D

  3. Skill to equip an item?
     
    Anyone know how to do a skill to equip an item?
     
     
    NOTE: the player does not need to have the item ... so do not need to do this check!
     
    @EDIT:
     
    it may be possible using the functions:


    PC-> equipitem ();

    PC-> unequipitem ();
     
    anyone know?
     
  4. /heh I'm too noob to understand client's effect /heh

    hmm there are some ways related with skill & effects (don't ask me how this work on client side)

    - some skills with buff/debuff (SC) may has OPTION_, OPT1_, OPT2_, OPT3_ value, the effect always active until src ask it to end it (either by timer timed out or manually ended). Like Berserk (Lord Knight). (clif_changeoption)

    - a quick effect when skill is used, such bell & feathers effect of Angelus (Acolyte), (clif_skill_damage, clif_skill_nodamage)

    - and also unit/ground effects, like Venom Dust (Assassin), (clif_skill_poseffect, skill_unit_db.txt)

     

     

    Cydh 

     

    very thank you for add more knowledge to my question.

     
    I am having several discussions related to this question and you gave me a very important information on the "clif_changeoption"
     
    I will do some testing and guide me through the Berserk skill, because it follows the pattern I'm looking for.
     
    I go edit here to tell if it worked.
  5. hello guys! I again!

     

    I want to change the command that changes the JOB

     

    the command works as follows ... whenever you change class, it resets your level JOB !!!

     

    the function responsible for it is the '' jobchange '' in file '' atcommand.c ''

     

    I do not want this command reset my level job when changing class.

     

    I'm changing here, but still no success if algem know! Help!

     

    thanks!

    Akima cool.png

  6. Hello everybody.

     

     

    I want to change some things in the world map ....

     

    but I want to change the coordinates of that speech bubble.

     

    Anyone know how to move it from place?

     


     

    screen_DBRO000.jpg

     


     

     

    already tried the '' worldviewdata '' in luafiles514 folder, but it can only change the point where the red line goes.

     

    but the speech bubble is in the same place.

     

    does anyone know what file I can change it?

  7. hello

     

    My doubt is about skill

     

    I would like to make an effect on a skill and I need help.

     

    when the player activate the skill, it would grant a +10 AGI (while the skill is on, an EFFECT would be activated)

     

     

     

    when I turn off the skill, you lose the points of AGI and the EFFECT shut down.

     

    (Note: while the skill is enabled you lose SP)

     

    could help me ?

×
×
  • Create New...