Register for your free account! | Forgot your password?

You last visited: Today at 17:19

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

Advertisement



Crusade quest

Discussion on Crusade quest within the Battle of the Immortals forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2007
Posts: 444
Received Thanks: 10
Crusade quest

How exactly do you setup the bot to do crusade quest? well, anyone that can provide a screenshot so I can see which settings to put in

ty
litanen is offline  
Old 07/14/2010, 03:48   #2
 
elite*gold: 0
Join Date: Jul 2010
Posts: 27
Received Thanks: 0
Quote:
Originally Posted by litanen View Post
How exactly do you setup the bot to do crusade quest? well, anyone that can provide a screenshot so I can see which settings to put in

ty
i think the auto-scroll portion of the bot may not be working, but if you travel to an area where the monsters for the quest you need are, and under Other Options --> Target Name Exact, type in the exact name of the monsters you need for the crusade as it shows up in your quest list (e.g., "Gorgon Warrior-LV 59"), which will trigger the bot to go after only that type.
deesto-pvpers is offline  
Old 07/14/2010, 05:32   #3
 
elite*gold: 0
Join Date: Sep 2009
Posts: 62
Received Thanks: 9
just a simple solution til there will be a new caliburst.dll

-Change Game Resolution to 1024x768
-open bag - >move the bagwindow til Scroll icon is in the bottom left corner of the game.
-open petwindow
-start following autoitscript

PHP Code:
Opt("MouseClickDelay"150)     
Opt("MouseClickDownDelay"200)  
Opt("MouseCoordMode"2)        ;1=absolute0=relative2=client

while True
    WinActivate
("[CLASS:_PERFECTWORLD_HUGEROCK]""")
WinWaitActive("[CLASS:_PERFECTWORLD_HUGEROCK]")
    
sleep(2000)
    
MouseClick("right""16""751")
    
sleep(2000)
    
MouseClick("left""642""416")
    
sleep(30000);
        
WinActivate("[CLASS:_PERFECTWORLD_HUGEROCK]""")
WinWaitActive("[CLASS:_PERFECTWORLD_HUGEROCK]")
WEnd 

just some other handy thing to pause/resume BIOBB3 Mod by My420Time by pressing esc.:
oOldsqL is offline  
Old 07/15/2010, 00:59   #4
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
Quote:
Originally Posted by oOldsqL View Post
just a simple solution til there will be a new caliburst.dll

-Change Game Resolution to 1024x768
-open bag - >move the bagwindow til Scroll icon is in the bottom left corner of the game.
-open petwindow
-start following autoitscript

PHP Code:
Opt("MouseClickDelay"150)     
Opt("MouseClickDownDelay"200)  
Opt("MouseCoordMode"2)        ;1=absolute0=relative2=client

while True
    WinActivate
("[CLASS:_PERFECTWORLD_HUGEROCK]""")
WinWaitActive("[CLASS:_PERFECTWORLD_HUGEROCK]")
    
sleep(2000)
    
MouseClick("right""16""751")
    
sleep(2000)
    
MouseClick("left""642""416")
    
sleep(30000);
        
WinActivate("[CLASS:_PERFECTWORLD_HUGEROCK]""")
WinWaitActive("[CLASS:_PERFECTWORLD_HUGEROCK]")
WEnd 

just some other handy thing to pause/resume BIOBB3 Mod by My420Time by pressing esc.:
If you wanted to do this in C# it wouldn't be vary hard at all. We could just get the coords for each res. Could have it click the scroll and click done.

Code:
using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;

public class Form1 : Form
{
   [DllImport("user32.dll",CharSet=CharSet.Auto, CallingConvention=CallingConvention.StdCall)]
   public static extern void mouse_event(long dwFlags, long dx, long dy, long cButtons, long dwExtraInfo);

   private const int MOUSEEVENTF_LEFTDOWN = 0x02;
   private const int MOUSEEVENTF_LEFTUP = 0x04;
   private const int MOUSEEVENTF_RIGHTDOWN = 0x08;
   private const int MOUSEEVENTF_RIGHTUP = 0x10;
   public bool DoClick;
   public int X;
   public int Y;

   public Form1()
   {
   //
   // This is where you would add code
   // to call the function DoMouseClick()
   // Later. I setup a basic bool(true/false)
   // called DoClick which you could use 
   // to tell it when to click.
   
   X = 0000;
   Y = 0000;
	  
   if (DoClick)
   {
   DoMouseClick();
   }

   public void DoMouseClick()
   {
      //Call the imported function to click
	  // right now it doesn't click anywhere.
	  // It is using the left button down and then
	  // up
      mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, X, Y, 0, 0);
   }
   
   // Tnis could be called to just set the loc manually.
   // but you would need to update the code above
   // and create a button.
   
   public void SetMouseLoc()
   {
      int X = Cursor.Position.X;
      int Y = Cursor.Position.Y;
   }
   
}
My420Time is offline  
Reply


Similar Threads Similar Threads
Multiclient And Crusade/Poseidon Quest Helper
09/14/2010 - Battle of the Immortals - 7 Replies
1-Put the file on the Bin folder. 2-Load ur character. 3-put the poseidon or crusade scroll quest on 1 slot of ur bag.(dont need have the bag open, and it will use the scroll every 30 sec) 4-ALT + F11 start/stop application. this helper close the message windows without use esc or enter so it will never fail. (use some bot to kill monster and u will be right) this helper is usefull when u r in party. this is a test version if have some trouble post here and i will try fix.
[WTT] burning Crusade key
01/05/2008 - World of Warcraft Trading - 0 Replies
Hi i offer a new BC CD Key i need gold/items on EU dalvengyr or taerar servers
WoW Bruning Crusade
03/14/2007 - WoW Private Server - 14 Replies
hey leutz :bandit: Wollt hier mal posten das unser WoW Burning Crusade Beta Test Server online ist seit heute früh. Was ihr dazu braucht ist WoW BC build 5991 und einen account um auf dem server zu spielen... Denn account bekommt ihr wie auch für unseren normalen WoW realm bei uns im forum www.sg-portal.de.tc
Burning Crusade
10/27/2006 - World of Warcraft - 13 Replies
Hiho, Ich bin verdammt genervt von diesem schice von wegen Burning Crusade! Alles kagge danach meiner meinung.... Alllesss kagge... Wird es nicht vll ne möglichkeit geben das normale wow weiter zu zockn?
Burning Crusade
08/31/2006 - World of Warcraft - 5 Replies
Hi leute. ich hab mir gestern bc heruntergeladen und installiert, wenn ich mich dann einloggen will mit meinem account, ist es mir nicht möglich zu spielen, da kein einziger server online ist. ich wollte fragen ob man sich irgendwie einen eigenen burning crusade server machen kann.



All times are GMT +2. The time now is 17:19.


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.