Jump to content

  •  

minx123

Member Since 14 Apr 2015
Offline Last Active Nov 02 2016 01:28 PM
-----

Topics I've Started

reset look and position

26 July 2016 - 02:47 PM

hello.. i need some help.

how to reset all player to default position(map) and reset look..


txtlogin help make compatible with Herc

05 May 2016 - 12:49 PM

source from rAthena.

can someone to help make it can be used in herc

 

https://rathena.org/...03508-txtlogin/


problem damage pvp change 1 damge only

06 April 2016 - 01:49 PM

hello.. i have problem with damage..

all damage inside pvp change to 1 after skill curse i dont know where it come then player movement change walk fast.

 

p85c0.jpg


change default skin to custom skin

21 March 2016 - 03:16 PM

how to set custom skin as default skin?

it cant be set at 1st time login. need to change manual set.

 

10r8xp4.jpg


woe reward and recall

21 March 2016 - 12:40 PM

hello..

i need some help, i found this script to recall guild mate but

i want make

if that guild win, leader will talk to npc at town and bring him to other map.

then leader will recall all guild mate to that map.

when leader already recall, all guild mate can claim to the npc beside it and send them to town back.

 

prontera,150,150,5	script	Fokker	56,{
	set .@guild_id, getcharid(2);
	if ( !.@guild_id ) {
		mes "You are not in a guild";
		close;
	}
	else if ( getguildmasterid(.@guild_id) != getcharid(0) ) {
		mes "I only talk to the guild master";
		close;
	}
	mes "Recall your guild now?";
	next;
	if ( select( "Yes", "No" ) -1 ) end;
	warpguild "prontera",150,151,.@guild_id;
	set .click, .click +1;
	if ( .click % 2 ) end;
	disablenpc strnpcinfo(3);
	enablenpc "your npc";
}