The King of Cobbs Knob (with clovers)

clichecow

New member
This script was originally written by cjswimmer, but I updated so that if after getting the harem outfit, if you dont have the perfume yet, the script will use a clover for it if you have one. I havn't tested this script thoroughly, but it should work fine.
 

N3RD

New member
I tried writing a similar script and everything in mine works fine except I can't fight the Goblin King. The relavant line is

Code:
adventure(1, $location[The King's Chamber]);

same as in your script but mafia tells me no such location exists. Anyone know why?
 

N3RD

New member
[quote author=holatuwol link=topic=635.msg3449#msg3449 date=1169746298]
I think I've figured this one out, and the fix will be present in the v10.3 release.
[/quote]

Works great now. Thanks.
 
Just updating some Old stuff, if you wish to use this script, change

adventure(1, $location[The King's Chamber]);

to

adventure(1, $location[King's Chamber]);


You should find the location then.
 
Top