Odin

Post Reply
Tiddus
Posts: 6
Joined: Sat Jul 21, 2012 11:21 pm

Odin

Post by Tiddus » Sun Jul 22, 2012 10:16 am

SPELL ADD : Odin.lua

Need some other change because we can cast him with macro "/ma "Odin" <me>" but can't cast him with magic menu even if we change value of ValidTarget in database to 1 (This value is at 0 in spell_list.sql).

If we try to cast him with magic menu, system try to cast him only with mob target like thunder IV for example and say "can't cast this spell on ...".
Attachments
odin.7z
(291 Bytes) Downloaded 452 times

Tiddus
Posts: 6
Joined: Sat Jul 21, 2012 11:21 pm

Re: Odin

Post by Tiddus » Sun Jul 22, 2012 10:24 am

UPDATE SQL : Odin validTargets 0 to 1
Attachments
spell_list.7z
(11.13 KiB) Downloaded 433 times

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Odin

Post by bluekirby0 » Sat Aug 04, 2012 2:32 pm

Okay, I had to do a little research here. The problem is that Odin is not a normal avatar, and cannot be summoned with perpetuation like a normal avatar. If you take a look at his page on FFXIclopedia, you will see that you cannot summon him using this method. More core work needs to be done in order to handle his particular situation.

Zenman
Posts: 15
Joined: Thu Sep 20, 2012 2:25 pm

Re: Odin

Post by Zenman » Sat Sep 22, 2012 11:11 am

bluekirby0 wrote:Okay, I had to do a little research here. The problem is that Odin is not a normal avatar, and cannot be summoned with perpetuation like a normal avatar. If you take a look at his page on FFXIclopedia, you will see that you cannot summon him using this method. More core work needs to be done in order to handle his particular situation.
Alexander is the same way isn't it? You need to astral flow then cast if I remember correctly. I've also noticed that Diablos(SP) summons but has no abilities, trying to figure out how to plug them in. Looking for a SMN section for scripting, am I over looking?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Odin

Post by kjLotus » Sat Sep 22, 2012 11:36 am

Zenman wrote:
bluekirby0 wrote:Okay, I had to do a little research here. The problem is that Odin is not a normal avatar, and cannot be summoned with perpetuation like a normal avatar. If you take a look at his page on FFXIclopedia, you will see that you cannot summon him using this method. More core work needs to be done in order to handle his particular situation.
Alexander is the same way isn't it? You need to astral flow then cast if I remember correctly. I've also noticed that Diablos(SP) summons but has no abilities, trying to figure out how to plug them in. Looking for a SMN section for scripting, am I over looking?
You don't really have to bother, I'm working on Summoner right now. Diabolos has no abilities because there's no legitimate way to obtain him yet, so there's no point.


If you really want to look at how they are added, you can look at revisions 1766 or 1746.

And yes, the only way you can cast Odin is with Astral Flow up (at which point all he does is use his blood pact and peaces). I'm in the process of working on astral flow right now.

Zenman
Posts: 15
Joined: Thu Sep 20, 2012 2:25 pm

Re: Odin

Post by Zenman » Sat Sep 22, 2012 4:46 pm

kjLotus wrote:
Zenman wrote:
bluekirby0 wrote:Okay, I had to do a little research here. The problem is that Odin is not a normal avatar, and cannot be summoned with perpetuation like a normal avatar. If you take a look at his page on FFXIclopedia, you will see that you cannot summon him using this method. More core work needs to be done in order to handle his particular situation.
Alexander is the same way isn't it? You need to astral flow then cast if I remember correctly. I've also noticed that Diablos(SP) summons but has no abilities, trying to figure out how to plug them in. Looking for a SMN section for scripting, am I over looking?
You don't really have to bother, I'm working on Summoner right now. Diabolos has no abilities because there's no legitimate way to obtain him yet, so there's no point.


If you really want to look at how they are added, you can look at revisions 1766 or 1746.

And yes, the only way you can cast Odin is with Astral Flow up (at which point all he does is use his blood pact and peaces). I'm in the process of working on astral flow right now.
You are a rock star kjLotus let me know if there is anything I can do to help.

Kyousousha
Posts: 15
Joined: Sat Aug 04, 2012 12:55 am

Re: Odin

Post by Kyousousha » Sat Sep 22, 2012 7:42 pm

Zenman wrote:Looking for a SMN section for scripting, am I over looking?
There is a forum for every job -- no one uses it. Summoner is here: http://forums.dspt.info/viewforum.php?f=42

Post Reply