Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 06:59

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



pray or luktim skill not woork source 5530

Discussion on pray or luktim skill not woork source 5530 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
pray or luktim skill not woork source 5530

hi all can any one hellp me on this proplem

the pray skill or the luke time skill i have the skill but i cant see it on the screen


it works to but i cant see it any help
zidnamory is offline  
Old 08/05/2012, 20:48   #2
 
diedwarrior's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 611
Received Thanks: 195
maybe you don't have the "luktim" effect in your client ?
diedwarrior is offline  
Thanks
1 User
Old 08/05/2012, 20:55   #3
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
no my frind i take it from the real conquer clinit

i think thes proplem on the source but im not coder

and i cant change the source if you can help me withe thes
zidnamory is offline  
Old 08/05/2012, 21:10   #4
 
diedwarrior's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 611
Received Thanks: 195
just compare the code to any other source which has got it working .
diedwarrior is offline  
Thanks
1 User
Old 08/05/2012, 21:17   #5
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
thats wich i was do but the smae worng in the most surces i was download if you have one it will be nice thing from you to post it here
zidnamory is offline  
Old 08/05/2012, 21:39   #6
 
diedwarrior's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 611
Received Thanks: 195
Code:
    case 9876:
                                    {
                                        if (CanUseSpell(spell, attacker.Owner))
                                        {
                                            PrepareSpell(spell, attacker.Owner);
                                            attacker.AddFlag(Update.Flags.CastPray);
                                            SpellUse spellUse = new SpellUse(true);
                                            spellUse.Attacker = attacker.UID;
                                            spellUse.SpellID = spell.ID;
                                            spellUse.SpellLevel = spell.Level;
                                            spellUse.X = X;
                                            spellUse.Y = Y;
                                            spellUse.Targets.Add(attacker.UID, 0);
                                            attacker.Owner.SendScreen(spellUse, true);
                                        }
                                        break;
                                    }
is this the correct id ?
diedwarrior is offline  
Thanks
1 User
Old 08/05/2012, 21:51   #7
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
any hellp

ill try it pro

ill try it pro

i have the same code bro but not work i tired you frind

i think it is the spell Pray = 1100,

i dont know that was worng spell

itold you im not coder
zidnamory is offline  
Old 08/05/2012, 22:26   #8
 
devilsmum's Avatar
 
elite*gold: 0
Join Date: Jun 2006
Posts: 899
Received Thanks: 479
Quote:
Originally Posted by zidnamory View Post
itold you im not coder
Then why are you attempting to use a source which clearly requires coding knowledge?
devilsmum is offline  
Thanks
3 Users
Old 08/05/2012, 22:30   #9
 
diedwarrior's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 611
Received Thanks: 195
Isn't the 1100 pray the revive one ? not sure, I've not played co for a long while, forgot the skill names really.
diedwarrior is offline  
Thanks
1 User
Old 08/05/2012, 22:31   #10
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
Quote:
Originally Posted by devilsmum View Post
Then why are you attempting to use a source which clearly requires coding knowledge?



i wasnt do ---- im asked for hellp


if you have the answer tell me

Quote:
Originally Posted by diedwarrior View Post
Isn't the 1100 pray the revive one ? not sure, I've not played co for a long while, forgot the skill names really.

yes bro it is ----- its skill of water revive i wasnt know

the cod which you give me its the wright code about the problem but i have the same cod onm y source bout not work

Quote:
Originally Posted by devilsmum View Post
Then why are you attempting to use a source which clearly requires coding knowledge?


look the coder who have the answer as i think

do like this give me the code and he will told me the place were should i post the the code in


when i sade ((im not coder )))
thats men im not the coder maker
or c# profishional code


if any one can hellp me and thanx all

Especially (((diedwarrior))
zidnamory is offline  
Old 08/05/2012, 22:56   #11
 
devilsmum's Avatar
 
elite*gold: 0
Join Date: Jun 2006
Posts: 899
Received Thanks: 479
So let me get this straight.. You have actually CASTED the skill in the above screenshot.. you are not just showing us the luckytime icon that you get while you have luckytime.

Secondly, you have not edited any of the skill codes held within the source files.. and thirdly.. You are using TQs official client, without any modifications?
devilsmum is offline  
Thanks
1 User
Old 08/05/2012, 23:12   #12
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
close
zidnamory is offline  
Old 08/05/2012, 23:17   #13
 
devilsmum's Avatar
 
elite*gold: 0
Join Date: Jun 2006
Posts: 899
Received Thanks: 479
if your code is the same as;

Quote:
Originally Posted by diedwarrior View Post
Code:
    case 9876:
                                    {
                                        if (CanUseSpell(spell, attacker.Owner))
                                        {
                                            PrepareSpell(spell, attacker.Owner);
                                            attacker.AddFlag(Update.Flags.CastPray);
                                            SpellUse spellUse = new SpellUse(true);
                                            spellUse.Attacker = attacker.UID;
                                            spellUse.SpellID = spell.ID;
                                            spellUse.SpellLevel = spell.Level;
                                            spellUse.X = X;
                                            spellUse.Y = Y;
                                            spellUse.Targets.Add(attacker.UID, 0);
                                            attacker.Owner.SendScreen(spellUse, true);
                                        }
                                        break;
                                    }
Then the issue lies within your client.


I also note from your screenshots that you client UI appears to be messed up.. buttons are in wrong places.
devilsmum is offline  
Thanks
1 User
Old 08/05/2012, 23:19   #14
 
elite*gold: 0
Join Date: Sep 2009
Posts: 25
Received Thanks: 1
tell me what you need to hellp me ill do

yes i swear its the same code

ok what i should do

yes that write i think its stykle of old verson of clinit patch 5530

do you have patch can fixed it

look bro ithink i can fixd the putton by upgread the clint wite the source in neer tim
zidnamory is offline  
Old 08/06/2012, 03:33   #15
 
badguy4you's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 477
Received Thanks: 177
Quote:
Originally Posted by zidnamory View Post
tell me what you need to hellp me ill do

yes i swear its the same code

ok what i should do

yes that write i think its stykle of old verson of clinit patch 5530

do you have patch can fixed it

look bro ithink i can fixd the putton by upgread the clint wite the source in neer tim
badguy4you is offline  
Reply


Similar Threads Similar Threads
[HELP]My source 5530 have one problem
06/27/2012 - CO2 Private Server - 2 Replies
Hello all, the problem is, when dismounting the horse, the player does not unmount if someone can help, I thank !!:handsdown: Thanks all problem solved.
[Help] with source 5530
03/24/2012 - CO2 Private Server - 3 Replies
hi all friends i have problem i make server and all thing 100% but when i open it
i need 5530 source
03/16/2012 - CO2 Private Server - 4 Replies
i need 5530 source
Help Source 5530
02/20/2012 - CO2 Private Server - 1 Replies
I Need add NPC Dragon Soul Help me



All times are GMT +1. The time now is 06:59.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.