[Release]MagicMobs

10/28/2008 21:58 DungMaster#1
I know that this release is noob, but I put it ... Used in Lotf Source.

1 - Search for BossMob public bool = false; ... Below added:
Code:
         public bool SpecialMob10 = false;
         public bool SpecialMob2 = false;
         public bool SpecialMob3 = false;
         public bool SpecialMob4 = false;
2 -Search for: if (type == 2)
BossMob = true;
Below add:
Code:
             if (type == 3)
                 SpecialMob10 = true;
             if (type == 4)
                 SpecialMob2 = true;
             if (type == 5)
                 SpecialMob3 = true;
             if (type == 6)
                 SpecialMob4 = true;
3 - Search for: if (MType == 0)
}
MinRange = 2;
MaxRange = 10;
Below add:
Code:
             else if (MType == 1)
             }
                 MinRange = 30;
                 MaxRange = 30;
             {
             else if (MType == 2)
             {
                 MinRange = 3;
                 MaxRange = 20;
             }
             else if (MType == 3)
             {
                 MinRange = 2;
                 MaxRange = 10;
             }
             else if (MType == 4)
             {
                 MinRange = 2;
                 MaxRange = 10;
             }
             else if (MType == 5)
             {
                 MinRange = 2;
                 MaxRange = 10;
             }
             else if (MType == 6)
             {
                 MinRange = 2;
                 MaxRange = 10;
             }
4- Search for : if (Other.ChanceSuccess(50) || BossMob && Other.ChanceSuccess(85) || MType == 1

Replace with:
Code:
if (Other.ChanceSuccess(50) || BossMob && Other.ChanceSuccess(85) || MType == 1 && Other.ChanceSuccess(85) || MType == 4 && Other.ChanceSuccess(85))
PS : The mech to magic monster is : 6

Thats all :(
10/28/2008 22:09 lolex#2
Ire to provide, if it works there.

ArcherMaster Says:
add to my thread ... Nooob!
10/28/2008 22:15 XxArcherMasterxX#3
Quote:
Originally Posted by lolex View Post
Ire to provide, if it works there.

ArcherMaster Says:
add to my thread ... Nooob!
hey lolmaster123 you are a bigger noob then me;)

ps/ added to my all-in-1 thread
10/28/2008 23:02 DungMaster#4
PS : The "mech" to magic monster is : 6 ... ¬¬ no mech .. MobType ^^'
10/28/2008 23:22 alexbigfoot#5
OMG!!!!!!!!LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO O.........n of "O" L !!!!!!!!!!!!!!!!!!!!!!!!!!!

MagicMobs :confused:

a mob to attack with skills , dont need to have the "mech" or what ever u said 6......,and where the "type" 6 attacks, u should add the packet for attacking with magic attack

P.S. WHAT A NOOB!
10/28/2008 23:29 DungMaster#6
It's a noob release .. ¬¬
10/28/2008 23:35 taguro#7
Atleast someone is learning... props dung, good to see someone gaining knowledge.
10/28/2008 23:37 alexbigfoot#8
Quote:
Originally Posted by taguro View Post
Atleast someone is learning... props dung, good to see someone gaining knowledge.
it wasnt having any logicality........
10/28/2008 23:40 DungMaster#9
Quote:
Originally Posted by taguro View Post
Atleast someone is learning... props dung, good to see someone gaining knowledge.
Thanks =)
10/28/2008 23:46 felipeboladao#10
nice release,tranks
10/28/2008 23:48 DungMaster#11
Quote:
Originally Posted by felipeboladao View Post
nice release,tranks
lol :bandit:
10/29/2008 02:42 tao4229#12
Quote:
Originally Posted by alexbigfoot View Post
it wasnt having any logicality........
Neither does that sentence, smart ass.