• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Finished Daily Competition V2

Status
Not open for further replies.

Darkfire

Administrator
Administrator
P3D Developer
goto /maps/unioncave/unioncavebf2.dat
copy the line for lapras
it should be the first NPC listed
NPCs are all the way at the bottom of the page
 

MrHippocrit

Champion
Trusted Support
Retired Mod
goto /maps/unioncave/unioncavebf2.dat
copy the line for lapras
it should be the first NPC listed
NPCs are all the way at the bottom of the page
Trainers:
{"NPC"{NPC[{"Position"{sngArr[12,-2,30]}}{"TextureID"{str[[POKEMON|N]131]}}{"ID"{int[0]}}{"Name"{str[Daniel]}}{"Action"{int[1]}}{"AdditionalValue"{str[unioncave\lapras]}}{"Rotation"{int[1]}}{"Movement"{str[Looking]}}{"MoveRectangles"{recArr[]}}]}}

Talking about that? Why does it say -2 instead of 0 as the middle number of its position?
 

Darkfire

Administrator
Administrator
P3D Developer
goto /maps/unioncave/unioncavebf2.dat
copy the line for lapras
it should be the first NPC listed
NPCs are all the way at the bottom of the page
Trainers:
{"NPC"{NPC[{"Position"{sngArr[12,-2,30]}}{"TextureID"{str[[POKEMON|N]131]}}{"ID"{int[0]}}{"Name"{str[Daniel]}}{"Action"{int[1]}}{"AdditionalValue"{str[unioncave\lapras]}}{"Rotation"{int[1]}}{"Movement"{str[Looking]}}{"MoveRectangles"{recArr[]}}]}}

Talking about that? Why does it say -2 instead of 0 as the middle number of its position?
so that way it won't show except on fridays
when the cry sounds when you arrive on the map is when it should warp into position
open /scripts/unioncave/Friday_2.dat and check that the warp is to 12,-0.24,30
 

MrHippocrit

Champion
Trusted Support
Retired Mod
Trainers:
{"NPC"{NPC[{"Position"{sngArr[12,-2,30]}}{"TextureID"{str[[POKEMON|N]131]}}{"ID"{int[0]}}{"Name"{str[Daniel]}}{"Action"{int[1]}}{"AdditionalValue"{str[unioncave\lapras]}}{"Rotation"{int[1]}}{"Movement"{str[Looking]}}{"MoveRectangles"{recArr[]}}]}}

Talking about that? Why does it say -2 instead of 0 as the middle number of its position?
so that way it won't show except on fridays
when the cry sounds when you arrive on the map is when it should warp into position
open /scripts/unioncave/Friday_2.dat and check that the warp is to 12,-0.24,30
:if:day(5)
:then
:if:not register(Friday_Lapras)
:then
@Move: player,0
@NPC:Warp(0,12,-0.24,30)
@Action: playCry(131)
:endif
:endif
:end
 
Status
Not open for further replies.
Top