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 10-10-2001, 10:56 PM
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
can't add weapons to accounts :(

I am not sure what it is, but I cannot add the 3 status NPCw to accounts anymore (I am trying to simpliy stuff so things load quicker).

addweapons will not work (they are in the weapon db) and toweapons does the usual disconnect because of illegal data.

I did all this because Stefan had forgotten to add a specific NPCw to the list which made the HP/MP meter function...

At this point, any new people that come to Doragon Koden will not get the 3 npcs needed (-DayNight, -Status, -hpmetersystem).

Please help
G_Yoshi
__________________
  #2  
Old 10-10-2001, 11:06 PM
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
Quote:
Originally posted by Gspeed2000
Did you remember //#CLIENTSIDE in the begining of the weapon scripts? Otherwise they are just blank to the client.
yes, //#CLIENTSIDE is in all 3 weapons and on the NPC that is supposed to put them on the player's account
__________________
  #3  
Old 10-10-2001, 11:50 PM
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
Quote:
Originally posted by Gspeed2000
Try to remove the //#CLIENTSIDe from the npc which gives them the weapons.
>.<

loriel told me the same thing


now that is fixed, the HP/MP meter does not show
__________________
  #4  
Old 10-11-2001, 12:04 AM
ZORG1986 ZORG1986 is offline
Registered User
ZORG1986's Avatar
Join Date: Jul 2001
Location: England - Yes thats the small Island in Europe that Ownz you all.
Posts: 783
ZORG1986 is on a distinguished road
Send a message via ICQ to ZORG1986 Send a message via AIM to ZORG1986
hmm i dont understand what u mean?
__________________


Zorg (Era Staff) - Contact : [email protected]
  #5  
Old 10-11-2001, 12:11 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
Quote:
Originally posted by ZORG1986
hmm i dont understand what u mean?
I cannot get the displays for the HP/MP meter to work...the scripting is there, it's just not loading stuff right
__________________
  #6  
Old 10-12-2001, 03:41 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
If the variables/flags need to be displayed on the
client side then use client. flags (setstring client.hp,100
or so). All other flags are kept on the npcserver.

To make sure people have the important weapons
add this to the control-npc with npccontrol:

if (actionplayeronline) {
addweapon Day-Night;
addweapon System;
addweapon whatever;
}
  #7  
Old 10-12-2001, 11:55 PM
ZORG1986 ZORG1986 is offline
Registered User
ZORG1986's Avatar
Join Date: Jul 2001
Location: England - Yes thats the small Island in Europe that Ownz you all.
Posts: 783
ZORG1986 is on a distinguished road
Send a message via ICQ to ZORG1986 Send a message via AIM to ZORG1986
hmm, is actionplayeronline automaticaly sent to the server when someone goes online.....cool
__________________


Zorg (Era Staff) - Contact : [email protected]
 


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 03:20 PM.


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