PDA

View Full Version : Various scripts for my needs, sharing



Murrandii
05-22-2019, 07:44 AM
.Transfert
echo %1 = gems, %2 = first container, %3 = second container (jar)
start:
put take %1 from my %2
waitfor you
put put %1 in my %3
waitfor you
goto start


...

More to come

Murrandii
05-22-2019, 07:47 AM
reserved

Fortybox
05-22-2019, 09:36 PM
.Transfert
echo %1 = gems, %2 = first container, %3 = second container (jar)
start:
put take %1 from my %2
waitfor you
put put %1 in my %3
waitfor you
goto start


...

More to come

bro...lrn2lich bro

Ososis
05-22-2019, 11:51 PM
reserved

Jesus fucking christ.

Murrandii
06-03-2019, 06:11 PM
=begin

sells and buys

author: Astrenoir

=end
echo aweille tabarnak
loop{
send_to_script('merchant',"chat (TERAS) ;go2 1977, go store for all your unsung, unappraised diamonds and emeralds, 20 per jar. Orbs and statues are 20+ charged. Thanks!")
pause 1800
send_to_script('merchant',"chat also selling bottles good for 100 count of item, 300k a pop. ttm")
pause 1800
send_to_script('merchant',"chat selling some silvery full leathers, 7x, T2, 2 point of crit padding, max light and void flares, send HUGE amount of silvers offer my way!)")
pause 1800
end
}

It doesn't work… what am I doing wrong?

Fortybox
06-03-2019, 09:54 PM
=begin

sells and buys

author: Astrenoir

=end
echo aweille tabarnak
loop{
send_to_script('merchant',"chat (TERAS) ;go2 1977, go store for all your unsung, unappraised diamonds and emeralds, 20 per jar. Orbs and statues are 20+ charged. Thanks!")
pause 1800
send_to_script('merchant',"chat also selling bottles good for 100 count of item, 300k a pop. ttm")
pause 1800
send_to_script('merchant',"chat selling some silvery full leathers, 7x, T2, 2 point of crit padding, max light and void flares, send HUGE amount of silvers offer my way!)")
pause 1800
end
}

It doesn't work… what am I doing wrong?

This works. Here you go bro:

loop{
send_to_script('lnet',"chat on merchant (TERAS) go2 1977, go store for all your unsung, unappraised diamonds and emeralds, 20 per jar. Orbs and statues are 20+ charged. Thanks!")
pause 1800
send_to_script('lnet',"chat on merchant also selling bottles good for 100 count of item, 300k a pop. ttm")
pause 1800
send_to_script('lnet',"chat on merchant selling some silvery full leathers, 7x, T2, 2 point of crit padding, max light and void flares, send HUGE amount of silvers offer my way!)")
pause 1800
}