Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > NPC Server
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 09-19-2001, 07:04 AM
Brandon_Bravo Brandon_Bravo is offline
Registered User
Join Date: Jun 2001
Location: Kalamazoo, Michigan USA
Posts: 206
Brandon_Bravo is on a distinguished road
Send a message via ICQ to Brandon_Bravo Send a message via AIM to Brandon_Bravo Send a message via MSN to Brandon_Bravo Send a message via Yahoo to Brandon_Bravo
Question 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.
__________________
Brandon M.
  #2  
Old 09-19-2001, 07:24 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
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
__________________
Thanks,
-KJL
  #3  
Old 09-19-2001, 10:49 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
isnt there a way to do it actually using the npc server?
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
  #4  
Old 09-19-2001, 12:40 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
//#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
  #5  
Old 09-19-2001, 05:47 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
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;

__________________

  #6  
Old 09-23-2001, 12:57 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
server options i ment!
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
  #7  
Old 09-23-2001, 01:02 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by LiquidIce00
server options i ment!
I don't believe so...
__________________

  #8  
Old 09-23-2001, 02:32 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
Quote:
Originally posted by LiquidIce00
server options i ment!
Shadrock:

No.
  #9  
Old 09-23-2001, 03:22 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
map=txt/img or some crap like that ..
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
  #10  
Old 09-24-2001, 11:45 AM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road

dont think so. =/
would be nice of stefan added it though
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
  #11  
Old 09-26-2001, 02:31 AM
EdgeP2P EdgeP2P is offline
Registered User
Join Date: Sep 2001
Location: OHio,Lima
Posts: 363
EdgeP2P is on a distinguished road
It WOULD be nice if stefan added it!
__________________

[IMG]http://rick.*******ers.net/ss/users/rone/Sig2.jpg[/IMG]
I haven't failed. I've just found 10,000 ways that don't work.
  #12  
Old 09-26-2001, 04:47 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
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?
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
  #13  
Old 09-27-2001, 04:29 AM
Link188 Link188 is offline
Registered User
Link188's Avatar
Join Date: Jul 2001
Location: Monroeville, PA
Posts: 548
Link188 is on a distinguished road
Send a message via AIM to Link188
no you have to make it detailed, mine isnt really detailed but its ok in my opinion
__________________
~Jeice Lighthawk~
"And you will shed tears of scarlet..."

~Edited by me. ^_^
  #14  
Old 09-27-2001, 04:32 AM
Link188 Link188 is offline
Registered User
Link188's Avatar
Join Date: Jul 2001
Location: Monroeville, PA
Posts: 548
Link188 is on a distinguished road
Send a message via AIM to Link188
I mean you have to use screen shots or just make it not as detailed!
__________________
~Jeice Lighthawk~
"And you will shed tears of scarlet..."

~Edited by me. ^_^
  #15  
Old 10-01-2001, 12:06 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Quote:
Originally posted by Link188
I mean you have to use screen shots or just make it not as detailed!
******* lol
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:29 PM.


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