Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Server (https://forums.graalonline.com/forums/forumdisplay.php?f=14)
-   -   can't add weapons to accounts :( (https://forums.graalonline.com/forums/showthread.php?t=14338)

G_yoshi 10-10-2001 10:56 PM

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

G_yoshi 10-10-2001 11:06 PM

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

G_yoshi 10-10-2001 11:50 PM

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 :(

ZORG1986 10-11-2001 12:04 AM

hmm i dont understand what u mean?

G_yoshi 10-11-2001 12:11 AM

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

Admins 10-12-2001 03:41 AM

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;
}

ZORG1986 10-12-2001 11:55 PM

hmm, is actionplayeronline automaticaly sent to the server when someone goes online.....cool :)


All times are GMT +2. The time now is 03:14 PM.

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