Page 1 of 1

bastok 8-2

Posted: Sun Aug 25, 2013 8:34 pm
by melman429
works fine for me. lemme know if you find any errors

Re: bastok 8-2

Posted: Mon Aug 26, 2013 2:32 am
by gedads
melman429 wrote:works fine for me. lemme know if you find any errors

viewtopic.php?f=19&t=1204

check the kuftal tunnel part, there are mobs to spawn

Re: bastok 8-2

Posted: Mon Aug 26, 2013 8:24 pm
by melman429
yea it didnt show up in patch for somereason.

Re: bastok 8-2

Posted: Mon Aug 26, 2013 8:27 pm
by melman429
files

Re: bastok 8-2

Posted: Thu Aug 29, 2013 6:18 pm
by whasf
melman429 wrote:files
Please submit a .patch file next time
Committed r3998

Re: bastok 8-2

Posted: Thu Aug 29, 2013 6:25 pm
by whasf
melman429 wrote:works fine for me. lemme know if you find any errors
can you do a .patch just for missions.lua? I can't find the lines where you're inserting after:

Code: Select all

		player:messageSpecial(ITEM_OBTAINED,13571);
 		player:addFame(BASTOK,BAS_FAME*30);
 		player:completeQuest(BASTOK,RIVALS);
you are putting in after that:

Code: Select all

	elseif (csid == 0x00b8)then
		player:setVar("OptionalcsD",1);
It looks like it was just messed up.