Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    Dragonlord3344's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    211
    Reputation
    10
    Thanks
    29

    How to make pets heal on the new mmoe

    Simply navigate to your wserver, logic, db and find BehaviorDb.Pets.cs
    Once you have opened it with visual studio
    replace:
    namespace wServer.logic
    {
    partial class BehaviorDb
    {
    static _ Pets = Behav()
    .InitMany(0x1600, 0x1641, Behaves("Pet",
    If.Instance(new PetBehaves(), PetChasing.Instance(8, 10, 3))
    ));
    }
    }


    with:
    namespace wServer.logic
    {
    partial class BehaviorDb
    {

    static _ Pets = Behav()
    .InitMany(0x1600, 0x1641, Behaves("Pet",
    If.Instance(new PetBehaves(), PetChasing.Instance(8, 10, 3),
    Cooldown.Instance(2400, new NexusHealHp()

    ))
    ));
    }
    }

  2. #2
    BARm's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Tel Aviv
    Posts
    406
    Reputation
    32
    Thanks
    1,007
    My Mood
    Inspired
    LOL!

    This is not the right script.
    I bet if it's even working.
    GG for the try though.

  3. #3
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by BARm View Post
    LOL!

    This is not the right script.
    I bet if it's even working.
    GG for the try though.
    It might work, i think i tried it like this before, but it didnt work
    YEP cock

  4. #4
    Dragonlord3344's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    211
    Reputation
    10
    Thanks
    29
    Just don't edit the brackets, they are all messed up here, but its working great on my online server I'm running atm

  5. The Following User Says Thank You to Dragonlord3344 For This Useful Post:

    UNXA (01-29-2016)

  6. #5
    Lunati's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    265
    Reputation
    66
    Thanks
    1,545
    My Mood
    Amused
    Too bad this heals everyone near the pet, and not just the owner :')

  7. #6
    Dragonlord3344's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    211
    Reputation
    10
    Thanks
    29
    Currently my server is very small so I don't mind my pet healing my friends too, sometimes there flashing in the arena so I just run up to them with my pet and he heals them.

  8. #7
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by Dragonlord3344 View Post
    Currently my server is very small so I don't mind my pet healing my friends too, sometimes there flashing in the arena so I just run up to them with my pet and he heals them.
    Like a priest buddy. That's cool.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  9. #8
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Trollaux View Post


    Like a priest buddy. That's cool.
    Totaly should make a priest pet now
    YEP cock

  10. #9
    Dragonlord3344's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    211
    Reputation
    10
    Thanks
    29
    that is an epic idea, ive been making new pets the past few days, like bes, geb, and nut.

  11. #10
    stephenwu117's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    TY
    TEST SAMPLE

  12. #11
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Lunati View Post
    Too bad this heals everyone near the pet, and not just the owner :')
    I got my pets mp healing and healing.
    Only problem it heals everyone
    YEP cock

  13. #12
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    Quote Originally Posted by BlackRayquaza View Post
    Only problem it heals everyone
    Hehe. I don't wanna release my pet healing code.
    i'm actually just a horny boy

  14. #13
    ImjustaPro's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    In The Darkness
    Posts
    60
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    @sacredmike Some of my devs know it.........Cuz lunati wants to work together with Vampire........
    C# <3

    Back from gone

  15. #14
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    @ImjustaPro I said I would help, but you didn't answer. So.. Idk.
    i'm actually just a horny boy

  16. #15
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    Quote Originally Posted by Lunati View Post
    Too bad this heals everyone near the pet, and not just the owner :')
    Yep.
    -
    Thanks to me for pets though eh. :<
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  17. The Following User Says Thank You to Trapped For This Useful Post:

    [MPGH]Ahl (11-04-2013)

Page 1 of 3 123 LastLast

Similar Threads

  1. [Tutorial] How to make a Rezmod with the injector/extractor
    By xxmarv09xx in forum CrossFire Mods & Rez Modding
    Replies: 85
    Last Post: 11-07-2012, 02:02 PM
  2. [Solved] how to make a video in the game :\
    By ra3dpop in forum CrossFire Help
    Replies: 7
    Last Post: 10-31-2011, 02:34 PM
  3. How to make someone to spill the beans?
    By lostedminds in forum General
    Replies: 14
    Last Post: 12-07-2010, 01:26 AM
  4. How would you like to see the New GFX section be?
    By arunforce in forum Art & Graphic Design
    Replies: 57
    Last Post: 07-20-2009, 08:06 PM
  5. Can some make a Tut on the new system there??
    By Rudde in forum WarRock Korea Hacks
    Replies: 34
    Last Post: 02-20-2008, 04:08 PM