Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gmap Summing (https://forums.graalonline.com/forums/showthread.php?t=58955)

coreys 05-14-2005 02:13 AM

Gmap Summing
 
How would one go about making a script that can summon people on gmaps, cause we cant get it to work.

PrinceDark 05-14-2005 02:58 AM

Either change the x,y of the player or just have it warp using the setlevel2 command.
The world I develop on we used setlevel2 for a summoning NPC.

One of those methods should work for you.

coreys 05-14-2005 03:35 AM

well just plain old setlevel2 then with the players x y and level arent working...=[

Rick 05-14-2005 04:36 AM

How are you using it?

Luigi203 05-14-2005 05:10 AM

Instead of passing the summoner's xy through the trigger from clientside, get the xy serverside.

if (actionserverside) {
warpx = playerx;
warpy = playery;....


instead of

//#CLIENTSIDE
triggeraction 0,0,serverside,summoner,#v(playerx),#v(playery)... .

coreys 05-14-2005 06:23 AM

That's what I do.

...or at least it was until someone changed it X.X


All times are GMT +2. The time now is 04:51 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.