MoonGodds!!! Can Any Body Help?

04/23/2012 14:51 josh00#1
Hello...
Can any one help me plz!!
i just need MoonGodds Npc That gives Unique 2 Sock items Version 5065
just unique 2 sock !!!! Lev 40 or 70 or u can tell me Teach me how to edit items level
04/23/2012 15:58 Angellinho#2
PHP Code:
case 1:
                                {
                                    
dialog.Text("I`m gonna give you some items because I can!");
                                    
dialog.Option("SandalwoodPrayerBeads"); //ITEMID: 610029
                                    
dialog.Option("Bye bye!"255);
                                    
dialog.Send();
                                    break;

                                }


case 
2//firstweapon
                                
{
                                    
uint itemid 610029//change with the Item ID for which item you`ll use.
                                    
{
                                        if (
client.Entity.Level <= 40//40 or 70 the required level you should be to receive items.
                                        
{
                                            
ConquerItem item = new ConquerItem(true);
                                            
item.ID itemid;
                                            
item.Color Conquer_Online_Server.Game.Enums.Color.White;
                                            
item.Bound true;
                                            
item.Bless 0;
                                            
item.Plus 0;
                                            
item.Socket 2//I`m not sure if this is correct
                                            
item.Durability item.MaximDurability Conquer_Online_Server.Database.ConquerItemInformation.BaseInformations[itemid].Durability;
                                            if (
client.Inventory.Add(itemConquer_Online_Server.Game.Enums.ItemUse.CreateAndAdd))
                                            {
                                                
client.Send(new Message("Enjoy your Item! Best regards!"System.Drawing.Color.WhiteMessage.Center)); 
                                            }
                                            else
                                            {
                                                
dialog.Text("You need atleast one free slot in your inventory.");
                                                
dialog.Option("Alright."255);
                                                
dialog.Send();
                                            }
                                        }
                                    }
                                    break;
                                } 
I`m not sure about "item.Socket = 2;" if exists in your source. If you`re using Impulse base it should work. I think.
04/23/2012 17:41 josh00#3
acutaly i need it in Version 5065/5095
04/23/2012 17:52 josh00#4

Hello...
Can any one help me plz!!
i just need MoonGodds Npc That gives Unique 2 Sock items Version 5065
just unique 2 sock !!!! Lev 40 or 70 or u can tell me Teach me how to edit items level
04/23/2012 18:30 diedwarrior#5
If its binary, you wont get any binary help around here, so is it ?
04/23/2012 18:59 josh00#6
why!!!!
04/23/2012 19:15 diedwarrior#7
Cause binarys are gay.
04/23/2012 19:20 DyjgK64J451Jhv0#8
as simple as it should be
no one here help with binaries just with c# sources
what is binaries ? sources which is written in c++ and u don't have an access to the source anymore just to the database