Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Server (https://forums.graalonline.com/forums/forumdisplay.php?f=14)
-   -   Setting up Maps (https://forums.graalonline.com/forums/showthread.php?t=12276)

Brandon_Bravo 09-19-2001 07:04 AM

Setting up Maps
 
Is there any special way to set up maps for servers with NPCServer, or do you just use an NPC? Thanks whomever answers.

KJS 09-19-2001 07:24 AM

make a npc on like on the first level they goto (unstuck me or something)
NPC Code:

// NPC made by KJL
if (playerenters && !isweapon)
toweapons -map;hide;
if (created && isweapon) {
setmap frolicmap.png,frolicmap.txt,8,4;
setminimap frolicmapmini.png,frolicmap.txt,8,4;
}


just change the names of the pngs and stuff

LiquidIce00 09-19-2001 10:49 AM

isnt there a way to do it actually using the npc server?

Merlin 09-19-2001 12:40 PM

//#SERVERSIDE
if (playerenters||created) {
toweapons -map;
hide;
}
//#CLIENTSIDE
if (playerenters||created) {setmap heyguy.gif,heyguy.txt,30,30;
}

i sux at teh servar of npcz

grim_squeaker_x 09-19-2001 05:47 PM

Quote:

Originally posted by LiquidIce00
isnt there a way to do it actually using the npc server?
There is, just add a weapon called for example -map to the weapons database of the server (Which is possible with the NPC Server), then you can just use the following scripts:
NPC Code:
//This is the map setting weapon
if (created) setmap image,textfile,x,y;


NPC Code:
//This is the NPC in a level on the server
if (playerenters) addweapon -Map;


LiquidIce00 09-23-2001 12:57 AM

server options i ment!

grim_squeaker_x 09-23-2001 01:02 AM

Quote:

Originally posted by LiquidIce00
server options i ment!
I don't believe so...

Merlin 09-23-2001 02:32 AM

Quote:

Originally posted by LiquidIce00
server options i ment!
Shadrock:

No.

LiquidIce00 09-23-2001 03:22 AM

map=txt/img or some crap like that ..

joseyisleet 09-24-2001 11:45 AM

 
 
dont think so. =/
would be nice of stefan added it though :D

EdgeP2P 09-26-2001 02:31 AM

It WOULD be nice if stefan added it!

SSRobgeta 09-26-2001 04:47 AM

Speaking of maps.... Is there a way to make a detailed map (Not a PAINT one, One witht he graal levels) that wouldn't take long with Screen Shots or something?

Link188 09-27-2001 04:29 AM

no you have to make it detailed, mine isnt really detailed but its ok in my opinion

Link188 09-27-2001 04:32 AM

I mean you have to use screen shots or just make it not as detailed!:spam: :spam: :spam: :spam:

SSRobgeta 10-01-2001 12:06 AM

Quote:

Originally posted by Link188
I mean you have to use screen shots or just make it not as detailed!:spam: :spam: :spam: :spam:
******* lol


All times are GMT +2. The time now is 12:18 AM.

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