How add Skill SP6 Mage when he attracts
How add Skill SP6 Arquero Invisible
How add Skill SP2 Arquero Invisible
please send code
How add Skill SP6 Arquero Invisible
How add Skill SP2 Arquero Invisible
please send code
Dude, that is not "Asking for help" .-.Quote:
Some people are nice and would Share his Codes so idk where is the problem here he is just asking for help ...
(Sorry for my bad English).
Quote:
Dude, that is not "Asking for help" .-.
That is "I have no idea how to do send me your code"
Stop do that ._. People can be nice how much u want but no one come here for share private works for free cause is a nice man .-.
If he ask help for understand somethink i can understand but this guy just write a list of skills he want ._.
[Only registered and activated users can see links. Click Here To Register...] :kappapride:Quote:
Zanou had do that by other players or by me he told me how i fix the new skillbar where it was New released... or he helped me by other things too Like some other guys ... :D
lol he says Please send Code Some people in this communtiy (international)Just write in english without Google translate so they just write what they mean and i think he just Pleasure u guys for a code.Quote:
wonderful ways to ask for help , "GIVE ME CODE" :notsureif:
never will anyone come to help you in this way .
lol ok i dont talk anymore about this do what u want i just say what i mind...Quote:
In both case he ask for code not for help. If I have a problem with my tap water I can ask for help. This help will be basicly things like you need to control this or this. If the plumber is here doing stuff it’s not helping it just doing some work for me.
This guy just sent an message to ask developers to work because he is too lazy to figure out how things works.
case BCardType.CardType.SpecialActions:
switch (SubType)
{
case (byte)AdditionalTypes.SpecialActions.Hide:
switch (session)
{
case Character receiverCharacter:
receiverCharacter.Invisible = true;
receiverCharacter.Mates.Where(s => s.IsTeamMember).ToList().ForEach(s =>
receiverCharacter.Session.CurrentMapInstance?.Broadcast(s.GenerateOut()));
receiverCharacter.Session.CurrentMapInstance?.Broadcast(receiverCharacter.GenerateInvisible());
break;
}
case (byte)AdditionalTypes.FalconSkill.Hide:
if (character == null)
{
break;
}
character.Invisible = true;
character.Mates.Where(s => s.IsTeamMember).ToList().ForEach(s =>
character.Session.CurrentMapInstance?.Broadcast(s.GenerateOut()));
character.Session.CurrentMapInstance?.Broadcast(character.GenerateInvisible());
break;
}
You just look at the previous code, you try to understand it and when it’s done you make your own code. Most of the code is already here or in $teleport commandQuote:
And the code for transformation of the new sp? Ca you send it? Please
Or how can i make that the sp7 mage can teleport??