|
You last visited: Today at 20:22
Advertisement
[Release] Summon skill
Discussion on [Release] Summon skill within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
02/08/2009, 09:40
|
#1
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
[Release] Summon skill
ok i just got done with this tell me if theirs any errors i just tested it it worked for me post any bugs plz ok here we go
Code:
[COLOR="Red"]This skill Will Summon Your Team To You If You Are The Team Leader;[/COLOR]
ok in
Code:
public static void DefineSkills()
add this
Code:
//Summon
SkillAttributes[1060] = new ushort[1][];
SkillAttributes[1060][0] = new ushort[6] { 7, 0, 0, 0, 0, 0 };
SkillsDone.Add(1060, 0);
ok now search for
Code:
if (SkillAttributes[0] == 7)
in Character.cs
in it add this
Code:
if (SkillId == 1060)
{
foreach (Character Member in MyClient.MyChar.Team)
{
Member.Teleport(MyClient.MyChar.LocMap, MyClient.MyChar.LocX, MyClient.MyChar.LocY);
XpList = false;
XPActivated = DateTime.Now;
MyClient.SendPacket(General.MyPackets.Vital(UID, 26, GetStat()));
break;
}
}
ok thats it try it out tell me if u find a bug
plz poast if u want me to keep Releaseing
|
|
|
02/08/2009, 14:42
|
#2
|
elite*gold: 0
Join Date: Feb 2006
Posts: 100
Received Thanks: 0
|
summon what ? i tested it and its not working
EDIT : can you put on your post that this in an XP skill and it summons teammates ? i cant see f its working on my own but it has the effect and all and u can summon it multiple times till the xp bar goes away
|
|
|
02/08/2009, 14:50
|
#3
|
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
|
you have to make the mech n ****
n this is ****, all he did was to change a few lines in the guard summon code
|
|
|
02/08/2009, 19:18
|
#4
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
Quote:
Originally Posted by BERGHUIS1
you have to make the mech n ****
n this is ****, all he did was to change a few lines in the guard summon code
|
lol do u even no what the skill is its a xp skill when u us it if you are in a team and u r the team leader it will summon your team to you and i thank it will only tack your xp a way if u summon somone to u and i codded this my self and is has noting to do with the guard summon code xD
i u want it to tack the xp if u smmon somone or not i thank u can just edit
Code:
Member.Teleport(MyClient.MyChar.LocMap, MyClient.MyChar.LocX, MyClient.MyChar.LocY);
XpList = false;
XPActivated = DateTime.Now;
to
Code:
XpList = false;
XPActivated = DateTime.Now;
Member.Teleport(MyClient.MyChar.LocMap, MyClient.MyChar.LocX, MyClient.MyChar.LocY);
|
|
|
 |
Similar Threads
|
[RELEASE]10th SUMMON!
07/09/2010 - EO PServer Guides & Releases - 7 Replies
Hey,its me!
i got bored and was playing around in my eo pserver with just me self,ive decided to make a 10th summon sql script
so yea,yall no what to do
it gonna be desigted as the 4th summon stone and stuff,so yea,srry for not adding client side atm,i am busy
|
How do I add a new summon skill?
05/08/2010 - CO2 Private Server - 5 Replies
A simple question but probably a difficult answer lol. Ok so I have all the companions added to my 5165 now and I have not yet tested if they actually attack yet but I assume they do. My question is simple I have added a new companion in the companion file in OldCODB but how do I add it as a new summon skill?
|
[RELEASE] Recall/Summon 5065
12/04/2009 - CO2 PServer Guides & Releases - 6 Replies
Run this query :
INSERT INTO `cq_magictype` VALUES ('1060', '1060', '0017', 'Summon', '0', '0', '0', '0002', '0000', '0000', '0', '0000', '0100', '0000', '0000', '0000', '0000', '0000', '0', '0040', '1', '0000', '0000', '0', '0000', '0', '0000', '0', '0000', '0', '0000', '0000', '0000', '0001');
Then do /reloadmagictype
Then /awardmagic 1060 0
People must be in your team for you to recall them, this is also an exp skill.
Enjoy blah blah, wasn't hard to do or anything, I just...
|
Release Auto-Summon Bot
09/10/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 10 Replies
A simple small stand alone bot for the Summoner Class. Intended to fill the gap in other bots that don't specifically support summon revival. Or heaven forbid AFK summoners. This is a pixel based bot, not time based like some others.
Will only re-summon when summoned beast is killed or hasn't been summoned yet.
Works only in 1024x768 resolution(desktop and game).
Game needs to be set in window mode.
Tested(meaning it worked for me) in 16 bit and 32 bit colors.
|
No CP summon/ranged and longbow summon hack
07/15/2008 - General Gaming Discussion - 11 Replies
- no cp and nak (2 in 1): combine No CP summon and longbow summon hack
- no ranged: like b4
|
All times are GMT +1. The time now is 20:25.
|
|