Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-27-2003, 06:23 AM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
gmap breaking stuff?

on my server Realms, I have two sparring places; one inside a level that is not on a gmap. the sparringzone flag works fine.

When you gout outside, the gmap loads (yes its the correct gmap file) and up to the next sparring pit, the level one above it is no player killing, and that noplayerkilling is what you get for ths spar pit! and in the level that nopk should be, you get nothing!

Also on a gmap i cannot see a chest or baddies (that come with graal) nor can I see the standard showcharachter people that you can make with the level editor.

whats wrong ??? I can provide more details if needed ...
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote
  #2  
Old 11-27-2003, 05:17 PM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
might this be related to the clientside tag ?
but if i want a level to be no playerkilling on a gmap,
and have that not affect surrounding levels, would it be
NPC Code:

//#CLIENTSIDE
noplayerkilling



or what?

I miss the simpler days of graal when an npc was an npc, client or server. I even had a car npc with server strings that would let one driver carry along other players anywhere on the server with the passengers not having to make any interaction. (old sanstrata years ago). it lagged a little bit but was not that bad.
those were the days!
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote
  #3  
Old 11-28-2003, 02:01 AM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
gmap reacts as one big level...npcs in one of the level, will be "shown" in the other level on the gmap.
__________________
-Kjetil Valen
Reply With Quote
  #4  
Old 11-28-2003, 06:29 AM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
so all chests, baddies, showcharachter npc's, sparring zones or noplayerkilling zones have to be 'inside' and not on the gmap? if so, that sux
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote
  #5  
Old 11-28-2003, 07:48 PM
Toxin Toxin is offline
Still sane
Toxin's Avatar
Join Date: Nov 2003
Location: USA
Posts: 57
Toxin is on a distinguished road
Send a message via AIM to Toxin
Quote:
Originally posted by prozac424242
so all chests, baddies, showcharachter npc's, sparring zones or noplayerkilling zones have to be 'inside' and not on the gmap? if so, that sux
Chests and baddies are not supposed to appear on gmaps from what I understand.

Showcharacter npcs, should work though, no idea about that one.

Yes, they must be inside, unless stefan, or whoever, makes a script to where you could undo noplayerkilling/sparring zone, like unset sparringzone; or playerkilling; then you could just make it so if you enter the arena(2nd door, closest to it), you set it, and walk out, you unset it (1st door, closest to outside) o.0
__________________

Staff Position: Unemployed
Quote: "Flamers, Lamers, and Newbs! Oh my!" - Toxin
Reply With Quote
  #6  
Old 11-29-2003, 05:42 AM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
ok, i got chests, baddies and showcharachter NPCs to appear
using the old setmap command with an image and a map.txt file.

BUT the showcharachter npc will NOT talk, with or without a clientside option, not with say2 and text, nor with say and a sign index number.

Also the sparring or nopk zones do not work on even an old setmap level, serverside or clientside!!!!

please someone tell me how to make these should-be-simple things work!
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote
  #7  
Old 12-01-2003, 02:38 AM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Quote:
Originally posted by prozac424242
BUT the showcharachter npc will NOT talk, with or without a clientside option, not with say2 and text, nor with say and a sign index number.

Also the sparring or nopk zones do not work on even an old setmap level, serverside or clientside!!!!
This should work....are you sure you put the map file in the server options?

bigmap=mymap.txt
__________________
-Kjetil Valen
Reply With Quote
  #8  
Old 12-01-2003, 02:45 AM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
Since when did you have to put normal maps in server options? I thought that was only for gmaps.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

Reply With Quote
  #9  
Old 12-01-2003, 02:47 AM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Since 2001...read newfeatures...
__________________
-Kjetil Valen
Reply With Quote
  #10  
Old 12-01-2003, 02:54 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by prozac424242

I miss the simpler days of graal when an npc was an npc, client or server.
correct me if i am wrong, but i think you can turn off your npc server.
Reply With Quote
  #11  
Old 12-01-2003, 04:49 AM
Hevaricubed Hevaricubed is offline
Registered User
Join Date: Aug 2003
Posts: 262
Hevaricubed is on a distinguished road
Send a message via AIM to Hevaricubed Send a message via Yahoo to Hevaricubed
Yeah, if you call that living O.o
__________________
Reply With Quote
  #12  
Old 12-03-2003, 02:07 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Re: gmap breaking stuff?

Quote:
Originally posted by prozac424242
on my server Realms, I have two sparring places; one inside a level that is not on a gmap. the sparringzone flag works fine.

When you gout outside, the gmap loads (yes its the correct gmap file) and up to the next sparring pit, the level one above it is no player killing, and that noplayerkilling is what you get for ths spar pit! and in the level that nopk should be, you get nothing!

Also on a gmap i cannot see a chest or baddies (that come with graal) nor can I see the standard showcharachter people that you can make with the level editor.

whats wrong ??? I can provide more details if needed ...
Why can't you just script a "baddie" and a chest? Scripting a chest is very easy
__________________
Reply With Quote
  #13  
Old 12-11-2003, 02:51 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
On gmaps the sparringzone thing is not working, also baddies and chest don't work since they are classic-mode only things, the npcserver don't know about it. You can easily script new chests, also baddies on gmaps shouldn't be too hard. May be we can post some more scripts on graal.net.
Reply With Quote
  #14  
Old 12-12-2003, 11:39 PM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Take the sprites from the baddies and making ganis. Then you can make them move and stuff with attachtoobj or something I don't know. hehe
__________________
Reply With Quote
Reply


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 12:58 AM.


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