[REQUEST]C# code needed

05/17/2009 21:52 warriorgod06#1
hey there i need code for making guild war work because guild war work but the pole will never stop so there will never be a winner on the pole and the gates never opens after the life is gone and i want to add bless SKILL after u 2rb (i already have 2rb but i dont have heaven blessing after you rb)
if anyone can give me some help or something thanks.






NOTE: im asking for help not making you do all the work :)
05/17/2009 21:54 ProtoBit#2
HAHAHAHA
LOL
05/17/2009 22:00 Hoven#3
Quote:
Originally Posted by ProtoBit View Post
HAHAHAHA
LOL
real productive?
05/17/2009 22:11 ProtoBit#4
Quote:
Originally Posted by Hoven View Post
real productive?
almost as much as your comment
05/18/2009 00:40 samehvan#5
Quote:
Originally Posted by warriorgod06 View Post
hey there i need code for making guild war work because guild war work but the pole will never stop so there will never be a winner on the pole and the gates never opens after the life is gone and i want to add bless SKILL after u 2rb (i already have 2rb but i dont have heaven blessing after you rb)
if anyone can give me some help or something thanks.

NOTE: im asking for help not making you do all the work :)
At your 2nd Reb section add the skill func u made to learn the character the Bless skill ID 9876 , let's say you have the func named ,,
Void LearnSkill (int SkillId,byte lvl) at the character Class

so u should add the following line
<Character>.LearnSkill(9876,0);

now your character have the skill but u still need to code the effect when request using it and that should be at your use skill section , if the client requests the skill ID 9876 then send reply as mode or status or what ever ur source call it with the status ID which is (0x40000000 in HEX ,, 1073741824 in Decimal) HEX is better and easier , good luck
05/18/2009 23:30 warriorgod06#6
Quote:
At your 2nd Reb section add the skill func u made to learn the character the Bless skill ID 9876 , let's say you have the func named ,,
Void LearnSkill (int SkillId,byte lvl) at the character Class

so u should add the following line
<Character>.LearnSkill(9876,0);

now your character have the skill but u still need to code the effect when request using it and that should be at your use skill section , if the client requests the skill ID 9876 then send reply as mode or status or what ever ur source call it with the status ID which is (0x40000000 in HEX ,, 1073741824 in Decimal) HEX is better and easier , good luck
thanks alot samehvan
05/19/2009 00:21 becko713#7
Quote:
Originally Posted by ProtoBit View Post
HAHAHAHA
LOL
nice help :p