[T1 Request] BBHeal

E v i l
06-10-2004, 03:32 PM
does anyone have it ? link... please ;o

Rosco-SS
06-10-2004, 08:09 PM
http://scripts.tribalwar.com/evita/evtemp/BBHeal.cs

E v i l
06-10-2004, 09:09 PM
thanks >:D

E v i l
12-15-2004, 03:28 PM
i'm stupid and haven't been able to get that to work right for me in a config. can someone fix it? or link me to another stand alone heal script like bbheal.

NOVA|lam
12-15-2004, 09:03 PM
http://home.adelphia.net/~z0dd/z0dd_kit.cs

GreyHound
12-16-2004, 03:42 AM
you need some kind of scriptpack for this version...
mayb your event has another label, try this

Event::Attach(eventEnterS tation, Superheal);
Event::Attach(enteredInve ntoryStation, Superheal);
function Superheal() {
for(%cnt = 1; %cnt <= 8; %cnt++) {
remoteEval(2048, useItem, 39);
remoteEval(2048, buyItem, 39);
}
}