4Botters


 
Go Back   4Botters" I am A Bad Ass Botter " > Online Games > Conquer Online Sections > Conquer Bots > Conquer Private Servers

Conquer Private Servers Post guides , scripts , advertise , anything related to Conquer Private Servers !

Reply
 
LinkBack Thread Tools Display Modes
  #16 (permalink)  
Old 02-08-2010, 07:06 PM
2supertao's Avatar
A Botter
 
Join Date: Feb 2010
Posts: 209
Thanks: 69
Thanked 27 Times in 16 Posts
Default Re: How to make PM/GM use ToxicFog

jEE'S You guys not to grow up.. Its simple.. Change the [PM] to something ELSE!!.. like change all the commands and stuff to.. maybe... [HOST] And then all the commands work... AND also the skills... Doyyy.... Its a simple fix...! Stop complaining!
Reply With Quote
Google Adsense
  #17 (permalink)  
Old 02-08-2010, 07:11 PM
Demon^Child's Avatar
A Botter
 
Join Date: Dec 2009
Posts: 174
Thanks: 11
Thanked 276 Times in 32 Posts
Default Re: How to make PM/GM use ToxicFog

Quote:
Originally Posted by 2supertao Sorry you can't view links because you are not registered. [ Click here to register ]
jEE'S You guys not to grow up.. Its simple.. Change the [PM] to something ELSE!!.. like change all the commands and stuff to.. maybe... [HOST] And then all the commands work... AND also the skills... Doyyy.... Its a simple fix...! Stop complaining!
Thats dumb o.o
Reply With Quote
  #18 (permalink)  
Old 02-08-2010, 07:12 PM
ramix's Avatar
Bad Ass Botta!
 
Join Date: Nov 2009
Posts: 305
Thanks: 7
Thanked 50 Times in 24 Posts
Default Re: How to make PM/GM use ToxicFog

omfg... you do that?... idont do that and work's for me hahaha...

is so easy fix that bug in pm and gm and not need chance that...

but is ok looool
Reply With Quote
  #19 (permalink)  
Old 02-08-2010, 08:12 PM
killersub's Avatar
A Botter
 
Join Date: Dec 2009
Posts: 214
Thanks: 33
Thanked 80 Times in 26 Posts
Default Re: How to make PM/GM use ToxicFog

Quote:
Originally Posted by 2supertao Sorry you can't view links because you are not registered. [ Click here to register ]
I know how to make toxic fog work for PM and GM... and i tested it, it works... Once someone explaines to me how to Change the profiecency rate... AND the Lottory Rate... and also how to change the skill rate... Ill release it on this Thread... So hurry up and start talkin... Im to lazy to go search in there for it... so might as well give you guys something to do.. To EARN something for once..
- God bless, Matt
well seeing as that people don't really know how to argue up in here, I decided to take my time and "ACTUALLY" tell the guy how to change the 2 things of what he asked since I really haven't tried the skill rate changer...

for the Lottery to make it infinite times to go in just use this NPC, CREDITS AND FULLY CREDITS GOES TO .Arco FROM ****ERS!

Code:
case 923:
                                {
                                    if (Control == 0)
                                    {
                                        
                                        GC.AddSend(Packets.NPCSay(("Welcome to the Lottery Center! There are meny LuckyBoxes which have innumerable treasure such as super gems,two-socket gears, up to 500,000,000 silvers etc. in them. If you are level 70 or above, you are allowed to enter the Lottery Center as much as you want.")));
                                        GC.AddSend(Packets.NPCSay(("And I charge you only 27 CPs for each admission.Come on, Try your luck right now!")));
                                        GC.AddSend(Packets.NPCLink("Wow, good deal!", 1));
                                        GC.AddSend(Packets.NPCLink("May I know the rules first?", 2));
                                        GC.AddSend(Packets.NPCLink("No Thanks!", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                            GC.MyChar.Teleport(700, 40, 50);
                                            return;
                                    }
                                        if (GC.MyChar.Level >= 70)
                                        {
                                            if (GC.MyChar.Inventory.Count < 40)
                                            {
                                                
                                                if (GC.MyChar.CPs >= 27)
                                                {
                                                    GC.MyChar.Teleport(700, 40, 50);
                                                    GC.MyChar.CPs -= 27;
                                                    GC.MyChar.Lottery = true;
                                                }
                                                else
                                                {
                                                    GC.AddSend(Packets.NPCSay("I'm sorry you do not have the required CPs."));
                                                    GC.AddSend(Packets.NPCLink("Okay, I will be back when I have 27 CPs.", 255));
                                                    GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                    GC.AddSend(Packets.NPCFinish());
                                                }
                                            }
                                            else
                                            {
                                                GC.AddSend(Packets.NPCSay("Please make some room in your item box first."));
                                                GC.AddSend(Packets.NPCLink("Okay...", 255));
                                                GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("I'm sorry you do not have the required Level 70."));
                                            GC.AddSend(Packets.NPCLink("Okay...", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    if (Control == 2)
                                    {
                                        GC.AddSend(Packets.NPCSay("You will be teleported to Lottery Center where there are many LuckyBoxes after you pay me 27 CPs. You may choose one box to try your luck at your will."));
                                        GC.AddSend(Packets.NPCSay("Remeber you have only one chance to open a LuckyBox every time. If you want to open another box, you have to leave the room to re-enrol in Market."));
                                        GC.AddSend(Packets.NPCLink("Okay...", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    break;
                                }
now u can use the npc all the time u want...from that I'd figure that u already know how to change the rate lols...

now to change the EXP rate go to your source and under the folder "Game" open up World.cs and find
Quote:
public static uint ExperienceRate
and at the side it should say a number...replace the number with ANY exp rate you want ...hope I helped lmao...

CREDITS(LIKE I SAID): GOES TO .Arco FROM ****! FOR THE LADYLUCK NPC!
Reply With Quote
The Following User Says Thank You to killersub For This Useful Post:
2supertao (02-09-2010)
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


Translate This Page

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] ToxicFog errors Holo Conquer Private Servers 6 02-05-2010 12:16 AM
[New] ToxicFog Ninja armakmrmak Conquer Tools 1 12-17-2009 11:24 PM
[Release] Codec fpr ToxicFog BALTA00 TQ Binaries 2 11-13-2009 04:13 PM
[Question] ToxicFog chelo_42 TQ Binaries 3 09-11-2009 08:21 PM
[Request] I need ToxicFog skill fixed zeko2010ss TQ Binaries 6 09-07-2009 05:25 PM


All times are GMT. The time now is 08:19 PM.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.