Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Server (https://forums.graalonline.com/forums/forumdisplay.php?f=14)
-   -   Post New Ideas for the NPC Server (https://forums.graalonline.com/forums/showthread.php?t=5409)

Er1c 06-22-2001 08:51 AM

Post New Ideas for the NPC Server
 
Post some ideas here for Stefan so he can get some ideas for improving the NPC Server.

Er1c 06-22-2001 08:52 AM

NPC Code:

with2 ()



Let NPCs edit players accounts when they are offline.

Er1c 06-22-2001 08:54 AM

NPC Code:

showonmap;



Shows the position and image of an NPC on the bigmap. Good for server-side horses, etc.

Er1c 06-22-2001 09:01 AM

NPC Code:

showplayerlistcharacter;



Add a new listing in the playerlist that is called NPCs, and all of these showplayerlistcharater name's would show up here. Players should be able to PM them, and they should be able to PM players. The NPCs listing in the playerlist should only show if there ARE showplayerlistcharacters active on the server.

Er1c 06-22-2001 09:02 AM

NPC Code:

pmplayer account,message;



The code that showplayerlistcharacters use to PM players.

Er1c 06-22-2001 09:04 AM

NPC Code:

#PM



The message code for PMs that a showplayerlistcharacter gets from players.

Er1c 06-22-2001 09:09 AM

NPC Code:

#PMa



The message code for the player that just PMed a showplayerlistcharacter's account name.

Er1c 06-22-2001 09:38 AM

Then I only get one post added to my account, that's no fun :D.

T-Squad 06-22-2001 12:41 PM

we need a command like...a lens command thing...like lens refraction and stuff....

MoonAngel 06-22-2001 02:46 PM

not for npcs server but this was mentioned before

Roatating an image with a command like

rotate degrees;

T-Squad 06-23-2001 01:20 AM

bah who cares...*kicks NPC Servers...* what i mean is like image distortion and such...then you could make cool dream sequences and nice magic effects

T-Squad 06-23-2001 02:19 AM

Quote:

Originally posted by Gspeed2000

Incorporating flash into graal window so I can do many things ;)

that would be the best!

MoonAngel 06-23-2001 02:58 AM

Quote:

Originally posted by T-Squad
bah who cares...*kicks NPC Servers...* what i mean is like image distortion and such...then you could make cool dream sequences and nice magic effects
what would be could is to be able to use the background called Panoramas in RPG Maker 2K and make the blackness tile the background tile so that the panorama is seen through this tile only.

fuzie 07-07-2001 12:46 PM

NEW!!NPC!!
 
Is there a possible way to make pets, not bomys, for a non p2p server??? if ya got any answers email me at [email protected]

Thanx

Brady2 07-07-2001 12:49 PM

-Posted by Jadis

Messages codes can only be 2 characters -> #a

Anyway.. Here is what I would like

*realizes he does not know server-side scripting well at all.

ok bye

Stefan use Er1c's ideas

now!

Brady2 07-07-2001 12:50 PM

Re: NEW!!NPC!!
 
-Posted by Jadis

Quote:

Originally posted by fuzie
Is there a possible way to make pets, not bomys, for a non p2p server??? if ya got any answers email me at [email protected]

Thanx

What the heck happened to the command followplayer;

Is it just not supported on the NPC Server?

Brady2 07-07-2001 12:51 PM

-Posted by Jadis

Quote:

Originally posted by Er1c
NPC Code:

with2 ()



Let NPCs edit players accounts when they are offline.

Why not just with and let getplayer do offline accounts

grim_squeaker_x 07-07-2001 03:47 PM

with (getlevel(levelname)) Would allow you to let an NPC do things to another level while not being in that level.

Er1c 07-08-2001 04:10 AM

Quote:

Originally posted by Brady2
-Posted by Jadis



Why not just with and let getplayer do offline accounts

Then you cant use with to find out if a players online or not.

07-09-2001 02:37 PM

rotate npc #; allows you to turn the npc up down left right, or anyway you want.

setpixle #x#; Made for to resize graphics.

if (created) {
this script;
timeout=.05;
}
if (timeout) [start] script2 {
this script;
}

script2 is like for npcs that you want to change the script cause the first script you enter in their might effect the second are something.


interact npcname;

if (weaponsenabled) {disableweapon;}
if (weaponsdisabled) {enableweapons;}

That can be helpfull. ^

if (created) {
zoomin #;
timeout=.5;
repeat;
}
zoomin = to zoom in.
repeat = to repeat the script.
Also the graal level editing should be on a base scall of

0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1

instead of just 0.5, 1
this is made for to place gifs, npcs better instead of scripting them
x = #;
y = #;

kyle0654 07-09-2001 02:55 PM

IcePick:
A) Shorten your signature
B) You can do everything except rotating (which was ALREADY suggested) pretty EASILY using basic scripting. (Well, that resize thing might take me a bit to script, but it's still not that hard....just omit rows of pixels)


All times are GMT +2. The time now is 07:57 AM.

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