Results 1 to 11 of 11
  1. #1
    Drowlys's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    The Crawling Depths
    Posts
    196
    Reputation
    10
    Thanks
    2,675

    Partial Thessal Behavior

    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using wServer.realm;
    using wServer.logic.attack;
    using wServer.logic.movement;
    using wServer.logic.loot;
    using wServer.logic.taunt;
    using wServer.logic.cond;
    
    namespace wServer.logic
    {
        partial class BehaviorDb
        {
            static _ Thessal = Behav()
                .Init(0x1706, Behaves("Thessal the Mermaid Goddess",
                NullBehavior.Instance,
                new RunBehaviors(
                    Cooldown.Instance(2500, RingAttack.Instance(8,75,75,projectileIndex: 0)),
                    Cooldown.Instance(1000, MultiAttack.Instance(15,10 * (float) Math.PI / 180, 2, 0, projectileIndex: 2)),
                    Cooldown.Instance(1000, MultiAttack.Instance(15, 10 * (float)Math.PI / 180, 2, 90 * (float)Math.PI / 180, projectileIndex: 2)),
                    Cooldown.Instance(1000, MultiAttack.Instance(15, 10 * (float)Math.PI / 180, 2, 180 * (float)Math.PI / 180, projectileIndex: 2)),
                    Cooldown.Instance(1000, MultiAttack.Instance(15, 10 * (float)Math.PI / 180, 2, 360 * (float)Math.PI / 180, projectileIndex: 2)),
                    Cooldown.Instance(1000, MultiAttack.Instance(15, 10 * (float)Math.PI / 180, 2, 270 * (float)Math.PI / 180, projectileIndex: 2))
                     ),
    
                    If.Instance(
                    And.Instance(HpLesser.Instance(40000, NullBehavior.Instance), HpLesser.Instance(40000, NullBehavior.Instance)),
                    new RunBehaviors(
                        Cooldown.Instance(2500, RingAttack.Instance(8,75,75,projectileIndex: 0)),
                        Cooldown.Instance(3000, RingAttack.Instance(30,75,75,projectileIndex: 3)),
                        Cooldown.Instance(1000, PredictiveMultiAttack.Instance(20,20,2,8,projectileIndex: 1)))
                                        ),
                        loot: new LootBehavior(LootDef.Empty,
                            Tuple.Create(360, new LootDef(0,3,0,8,
                                Tuple.Create(0.02, (ILoot)new ItemLoot("Coral Bow")),
                                Tuple.Create(0.08, (ILoot)new ItemLoot("Coral Silk Armor")),
                                Tuple.Create(0.08, (ILoot)new ItemLoot("Coral Venom Trap")),
                                Tuple.Create(0.08, (ILoot)new ItemLoot("Coral Ring")),
    
                                Tuple.Create(1.00, (ILoot)new ItemLoot("Potion of Mana"))
    
                    )))));
                    }
    }
    You can remove that, it's for a little test.
    I'll try to add : "He lives and blablala...."

    ty for @pLolz for his version !
    Last edited by Drowlys; 06-04-2013 at 08:53 AM.

  2. The Following 2 Users Say Thank You to Drowlys For This Useful Post:

    jlr2_08 (06-04-2013),pLolz (06-04-2013)

  3. #2
    pLolz's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    659
    My Mood
    Amazed
    Oh you actually like it

  4. #3
    loockers's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    where I insert this code? Any tutorial here in the forum? thank you ... nb here :X

  5. #4
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    Are rates actually legit? Can't bother checking.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  6. #5
    Drowlys's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    The Crawling Depths
    Posts
    196
    Reputation
    10
    Thanks
    2,675

  7. #6
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    Quote Originally Posted by Drowlys View Post
    Oh mah gawwwwd so cuteeeeeeeeeehhhhhh.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  8. #7
    jlr2_08's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Philippines.
    Posts
    197
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    No tutorial needed. even though I'm a newbie! Thanks!

  9. #8
    Drowlys's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    The Crawling Depths
    Posts
    196
    Reputation
    10
    Thanks
    2,675
    Not my voice, it is pLolz

    If you want my voice : Vocaroo | Voice message
    You can masturb on it

  10. #9
    Drowlys's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    The Crawling Depths
    Posts
    196
    Reputation
    10
    Thanks
    2,675
    For the noobs which don't understand :
    Thanks to @pLolz for his thessal (better than mine)

  11. #10
    prochuse33's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    Can you help me? I have C# 2008 Express, and I don't know what file to choose. I've tried to get Wserver and many other ones. But, it doesn't work?

  12. #11
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    This one is worse than the currently available ones, so I'd advice you to not use this

Similar Threads

  1. REQEST .rez ghost/partial cham
    By fullaim in forum Combat Arms Mod Request
    Replies: 5
    Last Post: 10-30-2010, 09:48 PM
  2. [OllyDBG]No flash/partial stun
    By Hell_Demon in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 2
    Last Post: 06-18-2010, 07:55 AM
  3. Texture Editor 3.0 got patched. (Partially) Alternatives?
    By RGegaerheheheh in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 08-01-2009, 12:46 PM
  4. Reduced recoil + crosshair + Partial Chams hack
    By kmac11 in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 05-24-2009, 01:34 PM
  5. abnormal behavior
    By naughtynurse in forum Gunz General
    Replies: 5
    Last Post: 03-29-2006, 08:48 PM