Jump to content

Recommended Posts

Posted

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!!

Posted (edited)

lol.

lol. ? Haha what did you mean by that ?

Edited by Guest
Posted (edited)

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 "+ .@atcmd_parameters$[0] + ( ( getstrlen( .@atcmd_parameters$[1] ) )? " "+ .@atcmd_parameters$[1] : "" ) + ( ( getstrlen( .@atcmd_parameters$[2] ) )? " "+ .@atcmd_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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...