新年快樂啊,各位肥皂們
經過一番波折
我們的新會長


「后羿射月亮」
終於誕生啦!

SoapDaisy 發表在 痞客邦 留言(8) 人氣()

 
 
呼哈!!
小弟我之前消失了一陣子,就是在搞這玩意兒~((阿母!我上電視了!!!

SoapDaisy 發表在 痞客邦 留言(2) 人氣()

<rules>
<rule name="普打的規則">
<conditions>
<condition name="target_state" state="hit"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="melee_attack" timeout="0"/>
<cmd name="melee_attack" timeout="0"/>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="basic" down="false"/>
</rule>
<rule name="被打的規則">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="melee_attack" timeout="2000"/>
</sequence>
</pattern>
<event name="attacked" master_skill="basic" down="false"/>
</rule>
<rule name="被瞄的規則">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="basic" try_cnt="0" timeout="500"/>
<cmd name="move_against" distance="1500" run="true" timeout="2000"/>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="1000"/>
</sequence>
</pattern>
<event name="aimed"/>
</rule>
<rule name="被發現 開打">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="basic" try_cnt="0" timeout="500"/>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="targeted" targeting_type="attack"/>
</rule>
<rule name="胖子流 穿心冰反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="wait" min="2300" max="2300"/>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="magnum_shot" down="true"/>
</rule>
<rule name="冰破攻">
<conditions>
<condition name="target_state" state="run"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="重破防">
<conditions>
<condition name="target_state" state="walk"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="smash" try_cnt="3" timeout="1000"/>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="target_skill_prepare"/>
</rule>
<rule name="對反冰">
<conditions>
<condition name="target_state" state="stop"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="500"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="攻破魔">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="basic" try_cnt="0" timeout="500"/>
<cmd name="melee_attack" timeout="0"/>
</sequence>
</pattern>
<event name="target_magic_prepare"/>
</rule>
<rule name="對反集冰走位">
<conditions>
<condition name="target_state" state="stop"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stack_skill" stack_magic="icebolt" charge="1"/>
<cmd name="move_against" distance="900" run="true" timeout="1000"/>
</sequence>
</pattern>
<event name="target_skill_prepare"/>
</rule>
<rule name="被電開反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="1" timeout="0"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attacked" master_skill="lightningbolt" down="false"/>
</rule>
<rule name="被冰開反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="1" timeout="0"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attacked" master_skill="icebolt" down="false"/>
</rule>
<rule name="重後反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="1" timeout="0"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="smash" down="true"/>
</rule>
<rule name="倒後反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="0"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attacked" master_skill="all" down="true"/>
</rule>
<rule name="攻後反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="0" timeout="0"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="basic" down="true"/>
</rule>
<rule name="冰後反">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="counter" try_cnt="1" timeout="0"/>
<cmd name="wait" min="10000" max="10000"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="icebolt" down="false"/>
</rule>
<rule name="反後集冰">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stack_skill" stack_magic="icebolt" charge="1"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="counter" down="true"/>
</rule>
<rule name="冰打D血補冰">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="500"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="icebolt" down="true"/>
</rule>
<rule name="找怪 走位">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="move_against" distance="1000" run="true" timeout="500"/>
</sequence>
</pattern>
<event name="seek_target"/>
</rule>
<rule name="別鳥屍體 回來吧寶貝">
<conditions>
<condition name="target_state" state="blowaway"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="stack_skill" stack_magic="icebolt" charge="1"/>
<cmd name="chase" chase_target="master" timeout="500" run="true"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="主人被瞄 管他去死">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="my_pos" timeout="500"/>
</sequence>
</pattern>
<event name="master_attack" master_skill="all"/>
</rule>
<rule name="主人被砍 隨便他啦">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="me" timeout="500"/>
</sequence>
</pattern>
<event name="master_attacked" master_skill="all" down="false"/>
</rule>
<rule name="主人倒了 早死早超生">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="me" timeout="500"/>
</sequence>
</pattern>
<event name="master_attacked" master_skill="all" down="true"/>
</rule>
<rule name="主人開打 誰鳥你">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_attack" master_skill="all"/>
</rule>
<rule name="沒事就冰">
<conditions/>
<pattern>
<param_decl/>
<sequence>
<cmd name="move_against" distance="900" run="true" timeout="500"/>
<cmd name="stackmagic_attack" stack_magic="icebolt" charge="1" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
</rules>

SoapDaisy 發表在 痞客邦 留言(0) 人氣()

海報

嗯,基本上算是個私人聚會啦。 (感覺會是個只有主持人在HIGH的電音趴,現場應該蠻吵的,低消兩百不過飲料可以喝到飽這樣)
在下我呢,會在裡面參上一咖。
 如果有肥皂想要看看我不為人知的另一面,歡迎來共襄盛舉呀!

SoapDaisy 發表在 痞客邦 留言(4) 人氣()



介紹用 


ID
Antique、POTEMKIN(這兩隻都是我)


職務
現任副會長


純潔度



生日
1月5日


聯絡方式
線上叫我吧~



想說的話

各位肥皂們,我沉默寡言..不過如果有需要什麼幫忙,我不是在掛著的話都會去幫的~
那麼就請各位多多指教啦!




SoapDaisy 發表在 痞客邦 留言(8) 人氣()


首先先看我簡單的生活照=\\\=
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

    

SoapDaisy 發表在 痞客邦 留言(8) 人氣()




希寧爾特雷斯


ID
希寧爾特雷斯


職務
現任代理會長


純潔度
全瑪奇最純潔~☆


生日
1992/07/17


聯絡方式
MSN:sinmaplewing@livemail.tw
Yahoo:sinmaplewing@yahoo.com.tw
Gtalk:sinmaplewing@gmail.com
E-Mail:sinmaplewing@gmail.com



想說的話
各位肥皂們,我暫時代理會長-后羿射月亮的位置,直到他再度回來我們的懷抱喔!>o^/
還有如果擁有發文權利的肥皂就照格式發一篇介紹文,如果沒有就將自我介紹依照格式丟給我,
用什麼方法丟給我都可以~我就會幫你把自介丟上來喔~XD
那麼就請各位多多指教啦!



SoapDaisy 發表在 痞客邦 留言(4) 人氣()

 
如果您喜歡打地城,
如果您喜歡打影任,
如果您喜歡無事閒聊,

SoapDaisy 發表在 痞客邦 留言(2) 人氣()

O.jpg
感覺起來~~有好的作品就要給他惡搞一下=v=



SoapDaisy 發表在 痞客邦 留言(0) 人氣()


 




 

SoapDaisy 發表在 痞客邦 留言(6) 人氣()


源起:河蟹 (網路用語):由於中共號召建設「和諧社會」,網民以「和諧」的諧音河蟹戲稱封鎖,強行移除負面消息、控制新聞和言論自由的行為。

SoapDaisy 發表在 痞客邦 留言(1) 人氣()

阿鳥跟阿要大推,目前有三部
小A不要哭喔XDDDD(包青天徹底崩壞)
1.




 

SoapDaisy 發表在 痞客邦 留言(8) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。