Jump to content

  •  

dhaisuke

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

Topics I've Started

about hidden npc issue

11 May 2017 - 11:22 AM

Hi Guys,

 

need assistance,

this is regarding the issue  I can't walk over that cell where a hidden npc was located.

 

 

Thank in advance

 

 


Not showing Emblem on a player in GVG MAP

20 March 2017 - 04:35 AM

can you help me guys, Emblem on the of a player is not showing in any GVG map.

where i can check that?

 

Thank you in advance


How to announce Classname of Player

19 March 2017 - 01:20 AM

announce "Ragnarok Online : We Have New Player Join Our Server. His Name [ "+strcharinfo(0)+" ]" + BaseLevel + " ] !!",bc_all;

Hi Guys kindly help me on my script to announce the Job class of the character when announced

 

Thank you in advance

 


How to add custom @commands in group.conf

13 March 2017 - 04:50 AM

-	script	Eva Check	-1,{
    OnInit:
        bindatcmd("@evacheck", strnpcinfo(3)+ "::OnCheck");
        end;
    OnCheck:
        dispbottom "You currently have " +#CASHPOINTS+ " eva points";
        end;
}

Hi Guys, how can i add this into groups.conf? so the players can view this @evacheck in their @commands

 


How to announce baselevel of Player

12 March 2017 - 11:52 AM

 announce "Ragnarok Online : We Have New Player Join Our Server. His Name [ "+strcharinfo(0)+" ] !!",bc_all;

Hi Guys i have NPC script above announce the Charactername. anyone how to add also the Base Level in the announce?

 

Thanks in advance