Jump to content

  •  

dhaisuke

Member Since 07 Jul 2013
Offline Last Active Jun 04 2017 03:12 PM
-----

Posts I've Made

In Topic: about hidden npc issue

12 May 2017 - 11:13 AM

bump for this..

 

here the sample of script.. what is the other solution how can i walk to that NPC

 

//Safety Wall npcs
06guild_01,68,54,0	script	SafetyWall#1	139,{
end;

OnActivation:
specialeffect 316;
if($@ArrayCounter==$@SW){
	donpcevent "MC Geezer::OnRun";
	end;
}
if($@ArrayCounter<$@SW){
	donpcevent "MC Geezer::OnNPCSetup";
	end;
}
}

06guild_01,68,51,0	duplicate(SafetyWall#1)	SafetyWall#2	139
06guild_01,68,48,0	duplicate(SafetyWall#1)	SafetyWall#3	139
06guild_01,68,45,0	duplicate(SafetyWall#1)	SafetyWall#4	139
06guild_01,66,54,0	duplicate(SafetyWall#1)	SafetyWall#5	139
06guild_01,66,45,0	duplicate(SafetyWall#1)	SafetyWall#6	139
06guild_01,64,64,0	duplicate(SafetyWall#1)	SafetyWall#7	139

In Topic: about hidden npc issue

12 May 2017 - 02:07 AM

Is there any workaround for that?


In Topic: How to make Happy's Freebies NPC account-bound?

21 March 2017 - 02:46 AM

change this

 

getitem .hpy_freebie[.@i],.hpy_freebie_amt[.@i];

into this

 

getitembound .hpy_freebie[.@i],.hpy_freebie_amt[.@i],1;

 

check this link below for more details about the itembound

http://herc.ws/wiki/Getitembound


In Topic: Not showing Emblem on a player in GVG MAP

20 March 2017 - 10:34 PM

bump


In Topic: How to add custom @commands in group.conf

15 March 2017 - 05:52 AM

Thanks, would you mind what is the name of the plugin?


oh i found it thank you so much i will try it out

 

https://raw.githubus...ugins/bindcmd.c