PDA

View Full Version : lich and stormfront



eeky
07-24-2009, 10:08 PM
can you incorporate lich into stormfront? if so is it any good?

Deathravin
07-24-2009, 11:29 PM
Lich is made for Gemstone in SF or Wizard, it doesn't matter which.

eeky
07-24-2009, 11:39 PM
I've looked at the site and it doesn't mention what to do. Just download and it does everything itself?

Deathravin
07-24-2009, 11:46 PM
D/L & Install:
http://files.rubyforge.vm.bytemark.co.uk/rubyinstaller/ruby186-27_rc2.exe
http://sourceforge.net/project/downloading.php?group_id=53614&filename=ruby-gnome2-0.16.0-1-i386-mswin32.exe
http://fluffycow.comoj.com/download/lich-3.74.zip

In that order... Install Ruby to C:\Ruby (I hate it too, but ya gotta for narost to work properly).

put the lich folder in the lich zip somehwere... (lets say you do C:\Ruby\Lich for example purposes)

Start > Run > Cmd > enter > cd\ > cd ruby > cd lich > lich.rb --install
In Vista & 7 you have to start CMD as administrator for it to work properly.

eeky
07-24-2009, 11:51 PM
last question I swear, can you still run SF scripts? I don't really make scripts so like to use pre-existing ones and attempt to change as needed and there seem to be alot more hunting scripts for sf than lich although lich seems it would be much easier to use.
Thanks for your help

Deathravin
07-24-2009, 11:55 PM
You can modify your SF scripts to run on Lich...

zero:
match one thisandthat
match two thisandtheother
match three blablabla
counter set 0
counter add 1
put jump
matchwait
goto zero


becomes:

zero:
match "one", "thisandthat"
match "two", "thisandtheother"
match "three", "blablabla"
counter = 0
counter += 1
put "jump"
matchwait
goto "zero"

But you can still run the SF scripts IN SF... nothing is preventing you from doing that.