Jump to content

  •  

estoudegreve

Member Since 26 Feb 2015
Offline Last Active Jun 03 2017 04:23 AM
-----

Posts I've Made

In Topic: Crash after click on mobs in Navigation

03 June 2017 - 04:23 AM

is it showing somthing at map server console?


In Topic: Hercules IRC

16 May 2017 - 01:19 PM

 

Join our community at #Hercules over irc.rizon.net

 

how about discord channel ? :)

https://discord.gg/WZ2SDad

this link is not working


In Topic: NPC Quest showevent

15 May 2017 - 03:21 AM

Can be done with showevent() or questinfo().

 

Using showevent you have more control of the behavior.

prontera	mapflag	loadevent
prontera,150,150,3	script	showevent	4_F_BRZ_WOMAN,{
	end;
	OnPCLoadMapEvent:
		if(strcharinfo(3) == strnpcinfo(4)) {
			.@questInProgress = 1;
			showevent(.@questInProgress ? QTYPE_QUEST : QTYPE_NONE);
		}
	end;
} 

 

If you dont succeed post it here, I 'll help you.

 

 

Perfect, it works, now I want to turn off it, because after choose start the quest, there is not more a new quest.