darking123 Posted December 26, 2012 Posted December 26, 2012 npc script for the monster in dic_fild01/ El Discates Field please also how to enable players to use @warp in splendide?? Quote
Dastgir Posted December 27, 2012 Posted December 27, 2012 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!! Quote
Guest Posted December 27, 2012 Posted December 27, 2012 (edited) lol. lol. ? Haha what did you mean by that ? Edited December 27, 2012 by Guest Quote
Dastgir Posted December 27, 2012 Posted December 27, 2012 Simply that it will allow @warp to splendide and allow @warp from splendide. Quote
AnnieRuru Posted December 27, 2012 Posted December 27, 2012 (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 December 27, 2012 by AnnieRuru Quote
darking123 Posted December 28, 2012 Author Posted December 28, 2012 players cannot warp to splendide because it is prohibited how to enable it? Quote
AnnieRuru Posted December 28, 2012 Posted December 28, 2012 inside \conf\mapflag\nowarpto.txt splendide mapflag nowarpto comment it out Quote
Olrox Posted December 31, 2012 Posted December 31, 2012 ROFL !! see this fake me, haha Seems that she comes in canadian version. Two Annies. This must be a dream :'3 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.