Register for your free account! | Forgot your password?

You last visited: Today at 01:30

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

Advertisement



Summoning Skill Script

Discussion on Summoning Skill Script within the FFXI Exploits, Hacks, Bots, Tools & Macros forum part of the Final Fantasy XI category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2004
Posts: 1,460
Received Thanks: 70
Um das Script ausführen zu können braucht ihr .

Wenn ihr das Programm beim FFXI spielen benutzt verstößt es gegen die Eula und ihr könnt von nem GM gebannt werden falls ihr nicht an eurem Rechner sitzt (Also nicht antworten könnt) und trotzdem euren smning skill pusht.
Naja, wer am Rechner sitzt und TV guckt oder ein Tell-Script hat (selber scripten ^^ ist eigentlich zu 100% sicher.

Das Script hab ich vor paar Tagen mal angefangen zu schreiben (Damit will ich sagen dass es recht unordentlich ist und noch lange nicht perfekt)

Verbesserungsvorschläge höre ich nur zu gerne ... darum poste ich es ja auch ins Forum

Quote:

sleep(10000); Startet das script syncron mit der "Play" betätigung im pol viewer und wartet ab ^^
WinWaitActive("FFXiApp");
Send("{ENTER}");
sleep(15000);
Send("{ENTER}");
sleep(5000);
Send("{ENTER}");
sleep(5000);
Send("{ENTER}");
sleep(25000);
$mpfull = 500; Momentane MP
$mp1 = 7;
$mp2 = 13;
$mp3 = 13;
$mp4 = 13;
$mp5 = 13;
$mp123 = $mp1+$mp2+$mp3+$mp4+$m p5;
$mpcount = $mpfull - $mp123;
$mpcount = $mpcount - 1;
$mpcount = round($mpcount);
$smn = 0;
$count = 0;
while &#036;count <= &#036;mpcount
if &#036;count >= &#036;mpcount Then
Send("!0");
Sleep(120000);
Send("!0");
&#036;count = 0;
EndIf
if &#036;count >= 0 Then
&#036;count = &#036;count +1;
Else
&#036;count = 0;
Endif
AutoItSetOption("SendKeyDelay", 40);
if &#036;smn = 0 Then
Send("!1");
Sleep(13000);
if &#036;smn >=0 Then
&#036;smn = &#036;smn +1;
EndIf
Endif
if &#036;smn = 1 Then
Send("!2");
Sleep(3000);
&#036;smn = &#036;smn +1;
Endif
if &#036;smn = 2 Then
Send("!3");
Sleep(3000);
&#036;smn = &#036;smn +1;
Endif
if &#036;smn = 3 Then
Send("!4");
Sleep(3000);
&#036;smn = 0;
Endif
Wend
Ist momentan auf 4 summons eingestellt aber das lässt sich ja in einer Minute ändern.
Mizu is offline  
Old 06/29/2006, 01:33   #2
 
elite*gold: 0
Join Date: May 2006
Posts: 125
Received Thanks: 0
ENGLISH-
Babel Fish FTW :P

Around the Script to implement to be able its Autoit V3 needs. If you the program with the FFXI play used offend it against the Eula and it can by nem GM be gebannt if it at your computer do not sit (thus not to answer can) and nevertheless your smning skill pusht. Naja, who sits at the computer and TV looks or a Tell Script has (scripten ^^ are actually to 100% safe. The Script have I before few days times begun to write (with it I want to say that it am quite untidy and still for a long time not perfectly) I hear improvement suggestions only too gladly... therefore poste I it also in the forum


Is to 4 summons adjusted however can momentary in one minute be changed.
blackdragon456 is offline  
Old 08/01/2007, 02:51   #3
 
elite*gold: 20
Join Date: May 2007
Posts: 1,166
Received Thanks: 82
English Please?
DarkTwilight is offline  
Old 11/14/2008, 15:18   #4
 
elite*gold: 0
Join Date: Apr 2004
Posts: 1,460
Received Thanks: 70
Is this still usefull ? can someone confirm it ?
Mizu is offline  
Old 05/31/2009, 00:15   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 1
Received Thanks: 0
If you're using AutoITV3, to make it work, yes it's still useful. however, it does require some working with. You could use this easily to level up enhancing or healing or blue or singing; basically any skill that's repetitive and requires no user action. I can't get it to /heal yet, even though that's a set parameter. basically what you do is set up macros 1-4 in your CTRL line of macros to look like this:

/ma "Carbuncle" <me>
/wait 9
/pet "Release" <me>

and repeat for 2nd macro with Ifrit, then Titan, then Leviathan, etc. As a 37 SMN, anyway, this is just the best working plan. then, for your last ctrl macro (0) put /heal as its command. change your MPfull for whatever your character's is as that's the math the program will do to determine it's repetitions. change the mp1 through mp5 to whatever the spell you're casting's MP cost is (in this case for SMN its best to include 1 tick of perpetuation in the cost for accuracy reasons). sleep is how long your spells take to cast or how long you should rest and is counted in milliseconds. so sleep 13000 is a 13 second macro (i.e. 9 seconds to summon, 3 to release, 1 to let your casting timer cool down so you won't be interrupted.)

I realize I'm really late on updating this forum page but I hope this clarifies things.

on with the code.

sleep(25000); this gives you time to go back and make your ffxi screen active
$mpfull = 443; Momentane MP
$mp1 = 12;
$mp2 = 14;
$mp3 = 14;
$mp4 = 14;
$mp5 = 14;
$mp123 = $mp1+$mp2+$mp3+$mp4+$mp5;
$mpcount = $mpfull - $mp123;
$mpcount = $mpcount - 1;
$mpcount = round($mpcount);
$smn = 0;
$count = 0;
while $count <= $mpcount
if $count >= $mpcount Then
Send("!0");
Sleep(180000);
Send("!0");
$count = 0;
EndIf
if $count >= 0 Then
$count = $count +1;
Else
$count = 0;
Endif
AutoItSetOption("SendKeyDelay", 40);
if $smn = 0 Then
Send("!1");
Sleep(13000);
if $smn >=0 Then
$smn = $smn +1;
EndIf
Endif
if $smn = 1 Then
Send("!2");
Sleep(13000);
$smn = $smn +1;
Endif
if $smn = 2 Then
Send("!3");
Sleep(13000);
$smn = $smn +1;
Endif
if $smn = 3 Then
Send("!4");
Sleep(13000);
$smn = 0;
Endif
Wend
rubeusfromfairy is offline  
Old 06/07/2009, 22:08   #6
 
elite*gold: 0
Join Date: May 2008
Posts: 8
Received Thanks: 1
I have a summoner at lvl 20 and the summon magic skill is sooo far from capped. I came looking for something to help but I'm sadly relatively new to these things. I'm familiar with some bots and of course CE, but I'm hoping to give this a try when I get home from work in a few hours... Although at the moment it's absurdly confusing to me.
Kingofcruel is offline  
Reply


Similar Threads Similar Threads
Skill hack script ..
09/24/2010 - Dekaron - 16 Replies
Well i got all the hacks working cept for the skill hack .. coz i didnt find it's script .. so can anyone be nice enough to give it to me either on pm or here :p? and NO am not lazy i used search and i didnt find anything .. thank you :o
lol my need skill hack in script CE pls 4.7.4 or 32.83.6
10/01/2009 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 3 Replies
Pls skill hack mans
CE skill hack script, please help
07/04/2009 - Dekaron - 1 Replies
hi @ all could some one give me the skill hack script for CE ? i searched everywhere but i cant find one =( i just need it for dungeons, and never would use it public ! thank you
Skill Script
03/08/2009 - Silkroad Online - 3 Replies
Hello, I want to know if there is a way that I can cast a specific skill, when my hp is at a maybe like 50%. If there I would appreciate, if someone can point me in the right direction ^^ Thanks in advance!
Using Skill in Script - Possible?
04/25/2008 - Silkroad Online - 1 Replies
Hi, i need to know if it is possible to add skill into script? Example, while moving to certain location in cave using script. Is it possible to add skill like Invisible into the script? Please advice, thank you



All times are GMT +1. The time now is 01:31.


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