Random Thoughts.....What Are You Thinking?

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Everything Else » Undead » Random Thoughts.....What are you thinking?
Random Thoughts.....What are you thinking?
First Page 2 3 ... 3102 3103 3104 ... 22945 22946 22947
 
Offline
Posts:
By 2011-11-24 22:37:10
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Bahamut.Raenryong
Offline
Server: Bahamut
Game: FFXI
user: RaenRyong
Posts: 4554
By Bahamut.Raenryong 2011-11-24 22:37:17
Link | Quote | Reply
 
Miqo'te look like a random asian girl with cat ears + tail, and they act horribly cutesy and annoying in their emotes and such :(

Mithra are actually wild and rawr.
[+]
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 22:38:11
Link | Quote | Reply
 
I like the pic.

Hooray for bewbs.
[+]
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2011-11-24 22:38:21
Link | Quote | Reply
 
:x

Hi guys.

Anybody know how to make my WAR spellcast equip suppanomimi when I equip a one-hander?
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 22:39:11
Link | Quote | Reply
 
Ramuh.Laffter said: »
:x

Hi guys.

Anybody know how to make my WAR spellcast equip suppanomimi when I equip a one-hander?
[+]
 Bismarck.Cicada
Offline
Server: Bismarck
Game: FFXI
user: Narshee
Posts: 8472
By Bismarck.Cicada 2011-11-24 22:39:33
Link | Quote | Reply
 
amidoinitrite?
[+]
 
Offline
Posts:
By 2011-11-24 22:39:41
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2011-11-24 22:41:18
Link | Quote | Reply
 
xD That's very funny but doesn't solve my problem. >__>
 
Offline
Posts:
By 2011-11-24 22:42:36
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 22:42:44
Link | Quote | Reply
 
I wish I could help, but my WAR is level 35...

Edit: nowait... 37
 
Offline
Posts:
By 2011-11-24 22:43:43
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 22:45:32
Link | Quote | Reply
 
Bismarck.Josiahkf said: »
war35 has shadow of death, your your *** to vunkel!
 
Offline
Posts:
By 2011-11-24 22:46:40
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Bahamut.Raenryong
Offline
Server: Bahamut
Game: FFXI
user: RaenRyong
Posts: 4554
By Bahamut.Raenryong 2011-11-24 22:49:48
Link | Quote | Reply
 
There are many, many ways of doing it but one of the easier ones (and the type I favour as I am an advocate of variables) is

1. In the Variables section of your spellcast (before rules and sets but after config), have

<var name="TPEarring">Suppanomimi</var>

~ you could set that to anything in practice. It doesn't matter. What matters is that it is initialised.

2. in your TP set, define one of your earrings (ie the one to swap between Suppa and w/e) as $TPEarring. Literally typed, eg

<neck>Rancor Collar</neck>
<lear>$TPEarring</lear>
<rear>Brutal Earring</rear>

3. In the rules section, have:

<if Advanced='"%EquipSub"=="{yourgrip}"'>
<var cmd="set TPEarring {2handedearring}" />
</if>
<else>
<var cmd="set TPEarring Suppanomimi" />
</else>

Replace my {} brackets. There's a complication if your weapon has a ' in it; let me know if that is the case...

If you use more than one grip for whatever reason, you can extend it as such:

<if Advanced='"%EquipSub"=="{yourgrip}" OR "%EquipSub"=="{anothergrip"'> etc, just keeping within the ''.

Single = probably works just as well as double; I am just used to having to program in other stuff where you need the double in that kind of situation.
 Bismarck.Cicada
Offline
Server: Bismarck
Game: FFXI
user: Narshee
Posts: 8472
By Bismarck.Cicada 2011-11-24 22:54:08
Link | Quote | Reply
 
Don't mind me, just golfing.
 Asura.Chuuuuu
Offline
Server: Asura
Game: FFXI
user: chuuuuu
Posts: 19930
By Asura.Chuuuuu 2011-11-24 22:54:43
Link | Quote | Reply
 
Bismarck.Cicada said: »
Don't mind me, just golfing.
where are your pants?
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 22:55:06
Link | Quote | Reply
 
Yes! Less cats, more dogs! Wait... is that Wishbone?
 Shiva.Spathaian
Offline
Server: Shiva
Game: FFXI
user: Spathaian
Posts: 27982
By Shiva.Spathaian 2011-11-24 22:55:47
Link | Quote | Reply
 
Who needs pants!? BE FREE!!!!
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2011-11-24 22:55:55
Link | Quote | Reply
 
I think my xml is fail cuz I can't find where any of that fits into it ~.~

Maybe I should pastebin mine as it is now? It works for most basic stuff i.e. ws gear swaps, JA uses. Just can't make it swap Suppa in.
 Asura.Chuuuuu
Offline
Server: Asura
Game: FFXI
user: chuuuuu
Posts: 19930
By Asura.Chuuuuu 2011-11-24 22:56:09
Link | Quote | Reply
 
[+]
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 22:57:39
Link | Quote | Reply
 
Yeah, [+] for Wishbone.
 Carbuncle.Joeywheeler
Offline
Server: Carbuncle
Game: FFXI
user: Novax
Posts: 1074
By Carbuncle.Joeywheeler 2011-11-24 22:57:52
Link | Quote | Reply
 
Ramuh.Laffter said: »
I think my xml is fail cuz I can't find where any of that fits into it ~.~

Maybe I should pastebin mine as it is now? It works for most basic stuff i.e. ws gear swaps, JA uses. Just can't make it swap Suppa in.

Yes please.
 Bahamut.Raenryong
Offline
Server: Bahamut
Game: FFXI
user: RaenRyong
Posts: 4554
By Bahamut.Raenryong 2011-11-24 22:58:41
Link | Quote | Reply
 
Ramuh.Laffter said: »
I think my xml is fail cuz I can't find where any of that fits into it ~.~

Maybe I should pastebin mine as it is now? It works for most basic stuff i.e. ws gear swaps, JA uses. Just can't make it swap Suppa in.

Ya, that would be fine.
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2011-11-24 23:00:32
Link | Quote | Reply
 
Carbuncle.Joeywheeler said: »
Ramuh.Laffter said: »
I think my xml is fail cuz I can't find where any of that fits into it ~.~

Maybe I should pastebin mine as it is now? It works for most basic stuff i.e. ws gear swaps, JA uses. Just can't make it swap Suppa in.

Yes please.
WAR xml
 Asura.Chuuuuu
Offline
Server: Asura
Game: FFXI
user: chuuuuu
Posts: 19930
By Asura.Chuuuuu 2011-11-24 23:00:34
Link | Quote | Reply
 
saw this one and LOL'd
[+]
 Bismarck.Cicada
Offline
Server: Bismarck
Game: FFXI
user: Narshee
Posts: 8472
By Bismarck.Cicada 2011-11-24 23:01:12
Link | Quote | Reply
 
[+]
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 23:02:44
Link | Quote | Reply
 
If this convo keeps going down this road, I might actually lose my [+]'s for the first time ever...
 Bismarck.Moonlightespada
MSPaint Winner
Offline
Server: Bismarck
Game: FFXI
Posts: 9553
By Bismarck.Moonlightespada 2011-11-24 23:03:00
Link | Quote | Reply
 
jos homez yets?
 Bismarck.Moonlightespada
MSPaint Winner
Offline
Server: Bismarck
Game: FFXI
Posts: 9553
By Bismarck.Moonlightespada 2011-11-24 23:05:15
Link | Quote | Reply
 
[+]
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2011-11-24 23:05:22
Link | Quote | Reply
 
Btw, a friend of mine posted this on Facebook, thought I might share it with all of you.

A gurl was n da prk wit her bf n she sed "bbz dya like my ***?"
he said "NO.."
da gurl cried N her *** caught fire n she died.
boi was cryin and went to pic up her body.
she ded.
he wisperd 2 her corpse "ur *** r Stunnahz 2K11 Bbz" and den he blu up
and died 2!:'(
xxx~* ...LIKE DIS IF U CRY EVRY TIME... ~*xxx
First Page 2 3 ... 3102 3103 3104 ... 22945 22946 22947