Jump to content
darking123

npc script for the monster in dic_fild01

Recommended Posts

I think that is source modification.

Ha... Fake Annie Account??

Anyways

npc script for the monster in dic_fild01/ El Discates Field please

also how to enable players to use @warp in splendide??

Dicastes Field monster : http://svn.rathena.org/svn/rathena/trunk/npc/re/mobs/fields/dicastes.txt

Remove

splendide mapflag restricted 7

From /conf/mapflag/restricted.txt

So you can use warp in splendide.as well as warp to splendide!!

Link to comment
Share on other sites

lol.

lol. ? Haha what did you mean by that ?

Edited by Guest
Link to comment
Share on other sites

ROFL !!

see this fake me, haha

anyway I know the true answer

for the 2nd one,

@warp command is restricted by nowarp and nowarpto mapflag, not by restricted zone

restricted zone only control disabling items configured in item_noequip.txt and skills configured in skill_nocast_db.txt, nothing else

get this script in

-	script	kasdkajsdhkajd	-1,{
OnInit:
bindatcmd "warp", strnpcinfo(0)+"::Onaaa";
end;
Onaaa:
if ( getgroupid() >= 3 || strcharinfo(3) == "prontera" )
	atcommand "@warp "+ [email protected]_parameters$[0] + ( ( getstrlen( [email protected]_parameters$[1] ) )? " "+ [email protected]_parameters$[1] : "" ) + ( ( getstrlen( [email protected]_parameters$[2] ) )? " "+ [email protected]_parameters$[2] : "" );
end;
}

to allow normal players to use @warp only in prontera, and nowhere else

while still allowing GMs can use @warp everywhere

btw, I have already scared my PM box getting bombed, so I think this member just want to increase my PM box getting more PMs =/

so if there's any scripting question, better ask in script support/request section

Edited by AnnieRuru
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.