Jump to content

palanch0

Members
  • Posts

    8
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by palanch0

  1. THX mate. Now its running gr8 in solo botting gonna test it now in pt. Final version: var buff:tl2buff; buffID,seconds:cardinal; begin buffID:= 1388; //change buff id seconds:= 300; //buff end time seconds while true do begin if not user.buffs.byid(buffID, buff) or (buff.endtime < 300*1000) then begin if (user.target.dead) or (user.target = nil) then begin engine.facecontrol(0,false); while user.incombat do delay(1000); engine.bypasstoserver('_bbshome'); //use alt and b change for your server delay(1000); engine.bypasstoserver('_bbsgetfav'); delay(1000); engine.bypasstoserver('04'); delay(1000); engine.bypasstoserver('02'); delay(1000); engine.facecontrol(0,true); end; end; end; end. So I checked it in pt and it does not work properly. After 10- 15 min of normall playing scripts makes bot to walk randomly, targets- retargets, stops attacking, using skills, stops healing; stops assist, stops follow; from time to time comes back to normall boting but again goes crazy. Don't know what makes that. In solo botting script works really good.
  2. Thx for responce! :) So according to this rebuff script, when it goes to try to rebuff?: 1. first conditition when buffs are tottally of 2. second condition? ???? ??? I checked all bot setup and everything is ok, so this script seems to not work properly and I'm trying to know why. So the second condition is: buff tries to rebuff when there is less than 30s on buff timer?----- trying this script on solo character seems not couse it rebuffs randomly even when there is 1h to buffs to fade. SO WHEN I WANT SCRIPT TO REBUFF WHEN BUFFS ARE 5 MIN (300s) TO FADE I SHOULD PUT: 300000 HERE: or (buff.endtime < seconds*1000) = or (buff.endtime < 300000) = or (buff.endtime < 300*1000) ?????
  3. Guys anyone could help me to understand conditions and parameters here?: seconds:= 30; //buff end time seconds trying to rebuff when buffs are on fade from 30 s? ?????? while true do begin if not user.buffs.byid(buffID, buff) I understand this one: no buffs= starts to rebuff or (buff.endtime < seconds*1000) then begin completely don't understand this one condition; when there is less than 30 s tries to rebuff? ???? or when there is less than 30 s x 1000= 30000s? Pls help this is urgent.
  4. BTW guys how to Party Guard more than one character? Seperate names using coma or something?
  5. Hello again. So anyone could write a script working in party for every character to when buffs fades to use server alt + b and rebuff out of combat?- but of course also doing things properly in party. Skill rebuff time about 20 min- probably better than waiting to buffs fade, but dunno- would be nice to know yours opinion; to avoid going bots to often out of combat when they are needed (for example healer healing). Big THX in advance. I use this script written by adr.bot for warrior's classes- it works perfect for one character (with noone else in party), but when I use this sript for every warrior class in party and use also a script for healer rebuff, then characters simpy dont follow, dont assist, goes randomly etc. var buff:tl2buff; buffID,seconds:cardinal; begin buffID:= 1388; //change buff id seconds:= 30; //buff end time seconds while true do begin if not user.buffs.byid(buffID, buff) or (buff.endtime < seconds*1000) then begin if (user.target.dead) or (user.target = nil) then begin engine.facecontrol(0,false); while user.incombat do delay(1000); engine.bypasstoserver('_bbshome'); //use alt and b change for your server delay(1000); engine.bypasstoserver('_bbsgetfav'); delay(1000); engine.bypasstoserver('04'); delay(1000); engine.bypasstoserver('02'); delay(1000); engine.facecontrol(0,true); end; end; end; end. Also I don't know where is rebuff timer (and condition) for doing rebuff in this script? When buffs fades till 30 s or every 1000 s? Pls help. Should I put here mine parameter??? : (buff.endtime < seconds*1000)
  6. BIG THX adr.bot This one works for my server: var buff:tl2buff; buffID,seconds:cardinal; begin buffID:= 1036; //change buff id seconds:= 30; //buff end time seconds while true do begin if not user.buffs.byid(buffID, buff) or (buff.endtime < seconds*1000) then begin if (user.target.dead) or (user.target = nil) then begin engine.facecontrol(0,false); while user.incombat do delay(1000); engine.bypasstoserver('_bbshome'); //use alt and b change for your server delay(1000); engine.bypasstoserver('_bbsgetfav'); delay(1000); engine.bypasstoserver('04'); delay(1000); engine.bypasstoserver('02'); delay(1000); engine.facecontrol(0,true); end; end; end; end. U R GOD ;) THX adr.bot this script is trying to rebuff when buff fades and is less than 30 s to fade? Couse it works but seems to rebuff to often. Any help? EDIT: You are semi- god; couse it works very good in solo playing but in bot pt its ruin: bots don't follow, to often don't use skills, don't protect etc. :( Maybe You could write some script using it in pt. Big THX.
  7. adr.bot mate could You make a script to check buffs, if no buffs to stop attacking alt + b and return to fight? Thx in advance! Ps. Botting on Dragon Knight and Dragon Knight Warriors in LOA.
  8. It does not work on all servers; for example on L2Fallen there is an error when trying to bot "IMHE"- this message pops up- this is an Interlude server. Hopefully someone gonna crack newer version of adrenalin.
×
×
  • Create New...