samp scripts

General discussion pertaining to the Demise shard. Off-topic posts will be moderated.
Post Reply
TheUnknown0617
Posts: 1985

samp scripts

Post 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 :)
'It isn't just my guild ... It's a group of friends guild"
-Centurian


Vendor!! https://www.uogdemise.com/community/vie ... =8&t=26620

Discord - outsider#7479
hrs024 likes this.
Top
Les Stroud
Posts: 1080

Re: samp scripts

Post by Les Stroud »

I use a macro only with whirlwind and do rest by hand
User avatar
kobra
Posts: 837
Location: heart of europe

Re: samp scripts

Post by kobra »

Les Stroud wrote:I use a macro only with whirlwind and do rest by hand
Image
Image
Carenia, LEAD and BeserkerX like this.
Top
TheUnknown0617
Posts: 1985

Re: samp scripts

Post 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?
'It isn't just my guild ... It's a group of friends guild"
-Centurian


Vendor!! https://www.uogdemise.com/community/vie ... =8&t=26620

Discord - outsider#7479
User avatar
kobra
Posts: 837
Location: heart of europe

Re: samp scripts

Post 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
Valkyrie
Posts: 1096

Re: samp scripts

Post by Valkyrie »

I think Les play with razor and no steam when spawns
Don't gain the world and lose your soul; wisdom is better than silver or gold.


Discord: Maya/FireFly#0573
LEAD likes this.
Top
hrs024
Posts: 2634

Re: samp scripts

Post 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.
DISCORD NAME hrs024 #0656
Xionu likes this.
Top
Loler
Posts: 2485

Re: samp scripts

Post by Loler »

Error in lighting strike line. No space after 'consecrate weapon'and
PM me or contact me on discord mortoburger#5040
Buying List
Selling List
Trading Brsk for Arties
My vendor in Luna
Buying Tailor/Smith resets in bulk.
User avatar
Veteran Noobie
Posts: 874

Re: samp scripts

Post by Veteran Noobie »

only scrubs play sampires with elaborate macros. sampires are plenty easy enough, what 8 buttons total?
Always trying to be honest and helpful, if you have a question or need help please do not bother to ask!

Watch me shine, For I have been in darkness for too long.
Post Reply