Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Agressive AI for a Lif

Author Topic: Agressive AI for a Lif  (Read 1203 times)

Djinnryuu

  • Novice
  • *
  • Posts: 3
Agressive AI for a Lif
« on: February 26, 2009, 01:24:42 am »
Can anyone suggest a good AI that could help me level my lif?
something not Mir?
please?
Kranden - Creator
Lilith - Lif

kurip

  • Yuno Librarian
  • ***
  • Posts: 4131
  • magnificent microwave
Re: Agressive AI for a Lif
« Reply #1 on: February 26, 2009, 09:36:48 am »
theres no such thing, just configure mirai properly
Spoiler for ign:
Kurip - HP (99/70)
Akyu - prof (99/6*)
Sanri - HP (99/70)
mesousa - baby sage (99/50)
ruyuri - gypsy (in progress)
..
3rd Class Customization pack

robo.saiyuk

  • Kiel Factory Worker
  • **
  • Posts: 210
  • Outta work jerks since they shut down chipindales
Re: Agressive AI for a Lif
« Reply #2 on: February 26, 2009, 10:23:53 am »
lol thats not true there are other ai that work just as good as mirAI, and not just that have way more features


kurip

  • Yuno Librarian
  • ***
  • Posts: 4131
  • magnificent microwave
Re: Agressive AI for a Lif
« Reply #3 on: February 26, 2009, 11:34:57 am »
i meant theres isnt a AI that will make a lif more agressive than it is. You cant go against the homun capabilities

theres a tweak that cancel her attack animation so she uses her aspd to 100%, however use only this if you can tolerate the lag it generates

i got it dreamer

open Ai.lua in USER_AI folder with notepad

find this
Quote
   elseif (MyState == ATTACK_ST) then
      OnATTACK_ST()
it is supposed to be near bottom of the command
and then..bold those word and change it to this
Quote
   elseif (MyState == ATTACK_ST) then
   local zx, zy = GetV( V_POSITION, MyEnemy )
   OnATTACK_ST()
   Move(MyID,zx+1,zy)
   Move(MyID,zx-1,zy)
   OnATTACK_ST()
   Move(MyID,zx,zy+1)
   Move(MyID,zx,zy-1)

u can see the difference
but vanil have disadvantage since using it the SP regen will get slower
test it 1st and u can decide
make sure make a copy of Ai.lua 1st

messing with the behaviour commands will help too.
For example on orc dungeon 2F, it will be good to attack the stronger/aggro monsters first so that she isnt attacking a chonchon while being mobbed by orc skels. So put something like

Orc Skeleton : Attack 1st
Drainilar: Attack
Zenorcs: Attack_last
Steel chonchon: Attack_last

There are multiple configurations you can make to lv your lif faster depending where you go. however keep on mind that the best method of all is you tank and she kills

Another tactic if your lif is already grown up and loyal (mental change bug)
After using mental change, kill the stuff you have to kill, after everything is cleared teleport/fwing/rest+call homun. this way the aftereffects of mental change will not hit (hp to 10) and you can basically spam it
« Last Edit: February 26, 2009, 11:52:22 am by kurip »
Spoiler for ign:
Kurip - HP (99/70)
Akyu - prof (99/6*)
Sanri - HP (99/70)
mesousa - baby sage (99/50)
ruyuri - gypsy (in progress)
..
3rd Class Customization pack

Djinnryuu

  • Novice
  • *
  • Posts: 3
Re: Agressive AI for a Lif
« Reply #4 on: February 26, 2009, 02:58:09 pm »
I tried what I used to do a long time ago
just tweaking one thing on the AI scripts made a Lif and amistr attack anything

seems to not work anymore
so I guess Mir will have to do
...dam...
thanks anyways

Since my lif is already loyal and with mental change
I have already tested all the old bugs I used to know
thanks for the info
« Last Edit: February 26, 2009, 03:00:18 pm by Djinnryuu »
Kranden - Creator
Lilith - Lif

kurip

  • Yuno Librarian
  • ***
  • Posts: 4131
  • magnificent microwave
Re: Agressive AI for a Lif
« Reply #5 on: February 26, 2009, 03:19:04 pm »
I tried what I used to do a long time ago
just tweaking one thing on the AI scripts made a Lif and amistr attack anything

seems to not work anymore
so I guess Mir will have to do
...dam...
thanks anyways

Since my lif is already loyal and with mental change
I have already tested all the old bugs I used to know
thanks for the info

oh, after the mercenary system got implemented, mirAI stopped working. did you tried to delete your USER_AI folder and reinstall mirai all over again?
Spoiler for ign:
Kurip - HP (99/70)
Akyu - prof (99/6*)
Sanri - HP (99/70)
mesousa - baby sage (99/50)
ruyuri - gypsy (in progress)
..
3rd Class Customization pack

Djinnryuu

  • Novice
  • *
  • Posts: 3
Re: Agressive AI for a Lif
« Reply #6 on: February 26, 2009, 03:58:06 pm »
I never used MirAI
I always made my own AI before the merc came in
I just think Mir is overrated
Kranden - Creator
Lilith - Lif