Register for your free account! | Forgot your password?

You last visited: Today at 18:47

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

Advertisement



Pure Warrior

Discussion on Pure Warrior within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 06/03/2014, 14:38   #16
 
elite*gold: 0
Join Date: Mar 2014
Posts: 46
Received Thanks: 0
PHP Code:
public static void EquipItem(ItemUsage itemUsageClient.GameState client)
        {
            
Interfaces.IConquerItem item null;
            
client.Entity.AttackPacket null;
            if (
client.Inventory.TryGetItem(itemUsage.UIDout item))
            {
                if (
item.Suspicious)
                    return;
                switch (
item.ID)
                {
                    case 
1200000:
                    case 
1200001:
                    case 
1200002:
                        {
                            
UseItem(itemclient);
                            return;
                        }
                    default:
                        {
                            if (
itemUsage.dwParam == 17 && ItemPosition(item.ID) == 0)
                            {
                                
UseItem(itemclient);
                                return;
                            }
                            else if (
itemUsage.dwParam == && ItemPosition(item.ID) == 0)
                            {
                                
UseItem(itemclient);
                                return;
                            }
                            break;
                        }
                }

                
#region Sanity checks
                
bool can2hand false;
                
bool can2wpn false;
                if (
client.Entity.Class >= 11 && client.Entity.Class <= 75)
                    
can2hand true;
                if (
client.Entity.Class >= 11 && client.Entity.Class <= 15 || client.Entity.Class >= 51 && client.Entity.Class <= 55 || client.Entity.Class >= 61 && client.Entity.Class <= 65 || client.Entity.Class >= 71 && client.Entity.Class <= 75)
                    
can2wpn true;
                if (!
Equipable(itemclient))
                    return;
                if (
ItemPosition(item.ID) == 5)
                {
                    
itemUsage.dwParam 5;
                    if (!
can2hand && !can2wpn)
                        return;
                    if (
client.Equipment.Free(4) || (client.Equipment.TryGetItem(4).ID 1000 != 500 && IsArrow(item.ID)))
                        return;
                }
                if (
ItemPosition(item.ID) == 4)
                {
                    if (
itemUsage.dwParam == 5)
                        if (!
can2hand || !can2wpn)
                            return;
                }
                if (!((
itemUsage.dwParam == || itemUsage.dwParam == 5) && (ItemPosition(item.ID) == || ItemPosition(item.ID) == 5)))
                {
                    if (!
IsAccessory(item.ID))
                        
itemUsage.dwParam ItemPosition(item.ID);
                }
                
bool twohand IsTwoHand(item.ID);
                if (!
twohand && itemUsage.dwParam == 4)
                    if (!
client.Equipment.Free(5))
                        if (
client.Inventory.Count 40)
                        {
                            if (
IsArrow(client.Equipment.TryGetItem(5).ID))
                                
client.Equipment.Remove(5);
                            else
                            {
                                if (
client.Equipment.TryGetItem(4) != null)
                                {
                                    if (
IsTwoHand(client.Equipment.TryGetItem(4).ID))
                                        
client.Equipment.Remove(4);
                                }
                            }
                        }
                
#endregion

                
if (client.Map.ID == 1039)
                    
client.Entity.AttackPacket null;

                
item.Position = (ushort)itemUsage.dwParam;
                if (
ItemPosition(item.ID) == && !IsArrow(item.ID))
                {
                    if (
IsTwoHand(client.Equipment.TryGetItem(4).ID))
                    {
                        if (!
client.Spells.ContainsKey(10311))//Perseverance
                        
{
                            
client.Send(new Message("You need to know Perseverance (Warrior Pure skill) to be able to wear 2-handed weapon and shield."System.Drawing.Color.WhiteMessage.Talk));
                            return;
                        }
                    }
                }

                
Database.ConquerItemTable.ClearPosition(client.Entity.UID, (byte)itemUsage.dwParam);
                
client.Inventory.Remove(itemGame.Enums.ItemUse.Move);
                if (
client.Equipment.Free((byte)itemUsage.dwParam))
                {
                    if (
twohand)
                        
client.Equipment.Remove(5);
                    
item.Position = (byte)itemUsage.dwParam;
                    
client.Equipment.Add(item);
                    
item.Mode Game.Enums.ItemMode.Update;
                    
item.Send(client);
                }
                else
                {
                    if (
twohand)
                        
client.Equipment.Remove(5);
                    
client.Equipment.Remove((byte)itemUsage.dwParam);
                    
item.Position = (byte)itemUsage.dwParam;
                    
client.Equipment.Add(item);
                }
                
client.CalculateStatBonus();
                
client.CalculateHPBonus();
                
client.SendStatMessage();
                
ClientEquip equips = new ClientEquip();
                
equips.DoEquips(client);
                
client.Send(equips);
            }
        } 
Sorry abdoumatrix i already follow what you said Here my equip its look like okey.
i was just thinking in handle coz it wont attack if i use one hand and shield wont hit mobs
fairytaleco is offline  
Old 06/03/2014, 21:51   #17
 
turk55's Avatar
 
elite*gold: 130
Join Date: Oct 2007
Posts: 1,655
Received Thanks: 705
Quote:
Originally Posted by abdoumatrix View Post
when he get sucked at a hard problem u will see
He already does while you help him, just don't respond to threads like these and let it die.
turk55 is offline  
Old 06/04/2014, 05:45   #18
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,283
Received Thanks: 4,191
"When he get sucked at a hard problem"
*walks away from keyboard*
Spirited is offline  
Old 06/04/2014, 09:28   #19
 
InsomniacPro's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 397
Received Thanks: 205
I will say this again, you are a ******* idiot that has no place trying to setup a server.
InsomniacPro is offline  
Thanks
2 Users
Old 06/04/2014, 17:14   #20
 
Yupmoh's Avatar
 
elite*gold: 26
Join Date: Jul 2011
Posts: 522
Received Thanks: 285
He's a nice guy, Bite him please.
Yupmoh is offline  
Old 06/05/2014, 04:19   #21
 
elite*gold: 0
Join Date: Mar 2014
Posts: 46
Received Thanks: 0
you guys are so rude.
fairytaleco is offline  
Old 06/05/2014, 04:45   #22
 
InsomniacPro's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 397
Received Thanks: 205
Quote:
Originally Posted by fairytaleco View Post
you guys are so rude.
This forum loves to help people, not spoonfeed. We help those who help themselves. You ******* twit.
InsomniacPro is offline  
Old 06/05/2014, 05:56   #23
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,283
Received Thanks: 4,191
Quote:
Originally Posted by fairytaleco View Post
you guys are so rude.
This forum is not for people who want a perfectly running server with zero effort on their part. We all have roles, and we all help each other and use each other as resources. If you're going to be a dead weight by asking for everything and by using a foreign source that we don't support here, you're not using this forum as you should. If you can't program and you have no interest in maintaining a server, then it doesn't make sense to host a private server. Don't you agree?

If you wish to continue, you may be more interested in the following thread:

You can hire a programmer from there, or join up with another server with similar goals.
Spirited is offline  
Old 06/05/2014, 14:37   #24
 
elite*gold: 0
Join Date: Mar 2014
Posts: 46
Received Thanks: 0
i didnt ask to fixe all my source bug just that one warrior problem i got.
fairytaleco is offline  
Old 06/05/2014, 15:07   #25
 
InsomniacPro's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 397
Received Thanks: 205
Quote:
Originally Posted by fairytaleco View Post
i didnt ask to fixe all my source bug just that one warrior problem i got.





And lets not forget that you just blatantly post problems without even TRYING to fix it yourself.
InsomniacPro is offline  
Old 06/06/2014, 05:02   #26
 
elite*gold: 0
Join Date: Mar 2014
Posts: 46
Received Thanks: 0
Post

This is Version 5670 This already fixe Problem And Here is the souce or it
PHP Code:
http://www.mediafire.com/download/vmsoj824kld8yda/ChroniclesCO+Fully+Fixe+Source+5670.rar 
pserver-discussions-questions/3270291-exp-bar-wont-gain-exp.html[/url]


This is Version 5853 This not Yet. Here the source of it
PHP Code:
http://www.mediafire.com/download/d3tc445846m6vj1/Source5853.rar 


This is Version 5735 This one not yet too and Here the source of it too
PHP Code:
http://www.mediafire.com/download/jtn277ww7naneio/Source+Not+Fixe+5735.rar 


And lets not forget that you just blatantly post problems without even TRYING to fix it yourself.[/QUOTE]

There not in the same source coz i got 3 source less problem only.

Here is The Problem in ScreenShot Mode




Already Fixing the Packethandle it still nothing happend still the same.
fairytaleco is offline  
Old 06/06/2014, 12:33   #27
 
elite*gold: 0
Join Date: Feb 2006
Posts: 726
Received Thanks: 271
Your using 3 different sources and posting bugs to fix from all 3?

I am just going to ask this once, and I honestly dont know if I even want the answer.

WHAT IN THE WORLD ARE YOU DOING????

Seriously? 3 sources? WTH, think I am done even reading these threads...

Dude, stick to one source....
Aceking is offline  
Old 06/06/2014, 15:32   #28
 
elite*gold: 0
Join Date: Mar 2014
Posts: 46
Received Thanks: 0
Yes im now sticking to source 5735 less problem to solve.
fairytaleco is offline  
Reply


Similar Threads Similar Threads
[Selling] Pure warrior 135.
04/16/2013 - Conquer Online 2 Trading - 3 Replies
The basics: - War-War-War level 135 with 33% - Chi points all over 300 - 33k HP with over 20k attack Items: (All items are super) +12 helmet perm phase 6 with 2 socket SDGs -7% +8 helmet perm phase 3 with 2 socket SDGS -1% +7 necklace 2 socket SDGs -5% +12 Poleaxe perm phase 3 with 2 socket SDGs -7%
Lvl 125 130 130 pure warrior
05/30/2011 - Conquer Online 2 Trading - 0 Replies
server liberty No gears OFFER!
Search PURE STR Warrior/warlock; Warrior/cleric!
05/06/2010 - Silkroad Online Trading - 1 Replies
Hay communitiy, like the titel say, im looking for lvl 99+ Search PURE STR Warrior/warlock; Warrior/cleric! Server is not important. But the char have to be FullFarmed, lvl99+ and NON-VERIFIED! Interested?
WTS-2nd rb pure warrior
06/17/2008 - Conquer Online 2 Trading - 0 Replies
Selling 2nd RB pure warrior account. Level 113,Naked. Server-Celebrities/Hebby. 50USD YM me if interested - [email protected]
S> 2nd RB Acc *Pure Warrior*
03/15/2008 - Conquer Online 2 Trading - 1 Replies
S>CONQUER 2nd RB ACC (pure warrior) *Naked*125/125/113 Server - Celebrities/Hebby USD50 - PayPal Reply or Email me(the real owner of this character) if interested - [email protected]



All times are GMT +1. The time now is 18:47.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.