Page 1 of 1

samp scripts

Posted: March 20th, 2018, 9:56 pm
by TheUnknown0617
ok so, im fairly new to sampires in general but especially spawning solo with them
does anyone have any good samp script for spawning they wouldnt mind sharing?
much appreciated :)

Re: samp scripts

Posted: March 20th, 2018, 11:00 pm
by Les Stroud
I use a macro only with whirlwind and do rest by hand

Re: samp scripts

Posted: March 20th, 2018, 11:04 pm
by kobra
Les Stroud wrote:I use a macro only with whirlwind and do rest by hand
Image
Image

Re: samp scripts

Posted: March 20th, 2018, 11:28 pm
by TheUnknown0617
Les Stroud wrote:I use a macro only with whirlwind and do rest by hand
i am perfectly fine doing this, but could you explain? i have a macro that only whirlwinds and targets closest enemy, do you cast concentrate/divine/counter attack by hand or what all do you do?

Re: samp scripts

Posted: March 20th, 2018, 11:57 pm
by kobra
TheUnknown0617 wrote:
Les Stroud wrote:I use a macro only with whirlwind and do rest by hand
i am perfectly fine doing this, but could you explain? i have a macro that only whirlwinds and targets closest enemy, do you cast concentrate/divine/counter attack by hand or what all do you do?
http://www.uogdemise.com/community/view ... f=10&t=312
http://www.uogdemise.com/community/view ... 652#p63449

Code: Select all

setability 'primary' 'on'
getenemy 'closest' 'nearest''grey''criminal''murderer''enemy'
target! 'enemy'
if not buffexists 'Counter Attack'
  cast "Counter Attack"
endif
attack 'enemy'
pause 350

Code: Select all

if not buffexists 'Enemy of One'
  cast 'Enemy of One'
  pause 1000
endif
virtue 'honor'
getenemy 'closest' 'nearest''grey''criminal''murderer''enemy'
target! 'enemy'
attack 'enemy'
//add pauses according to your latency
Just signed off... GG

Re: samp scripts

Posted: March 22nd, 2018, 1:39 am
by Valkyrie
I think Les play with razor and no steam when spawns

Re: samp scripts

Posted: March 23rd, 2018, 3:50 am
by hrs024
warmode 'on'
if buffexists "Blood Oath"
warmode 'off'
usetype 0x2fd8
endif
if buffexists "Blood Oath"
cast "Remove Curse"
waitfortarget 15000
target! 'self'
waitforjournal 'disturbed' 3000 'system'
clearjournal
endif
if not buffexists 'Enemy of One'
cast 'Enemy of One'
waitforjournal 'disturbed' 300 'system'
clearjournal
endif
if not buffexists 'Consecrate Weapon'
cast 'Consecrate Weapon'
waitforjournal 'disturbed' 300 'system'
clearjournal
endif
if buffexists 'Consecrate Weapon'and not buffexists 'lightning strike'
cast 'lightning strike'
waitforjournal 'disturbed' 300 'system'
clearjournal
endif
if buffexists 'Consecrate Weapon' and not buffexists 'Counter Attack'
cast 'Counter Attack'
waitforjournal 'disturbed' 300 'system'
clearjournal
endif
if buffexists 'Consecrate Weapon' and not buffexists 'divine fury'
cast 'divine fury'
waitforjournal 'disturbed' 300 'system'
clearjournal
endif
if buffexists 'Consecrate Weapon' and stam < 100
cast 'divine fury'
waitforjournal 'disturbed' 300 'system'
clearjournal
endif
if buffexists 'Consecrate Weapon' and mana > 40
setability 'primary'' 'on'
waitforjournal 'disturbed' 1200 'system'
clearjournal
endif






FOR PEERLESS AND SINGLE ENEMIES.

Re: samp scripts

Posted: March 23rd, 2018, 1:42 pm
by Loler
Error in lighting strike line. No space after 'consecrate weapon'and

Re: samp scripts

Posted: March 23rd, 2018, 1:59 pm
by Veteran Noobie
only scrubs play sampires with elaborate macros. sampires are plenty easy enough, what 8 buttons total?