Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-15-2002, 07:21 AM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Question Updating Weapons

OK i made this fishing npc for mithica and every time i wanted it updated id have to delete the npc from every playes inventory then have them buy the new one.. is there any way to make it update auto instead of them having to buy a whole new weapon ..
but i did if (playerenter and hasweapons stuff..
but the weapon has to be destroyed then readded..
__________________
Aim: Mmm Kumada

Reply With Quote
  #2  
Old 01-15-2002, 07:25 AM
lordhelmut lordhelmut is offline
Registered User
lordhelmut's Avatar
Join Date: Aug 2001
Posts: 710
lordhelmut is on a distinguished road
Send a message via ICQ to lordhelmut Send a message via AIM to lordhelmut Send a message via Yahoo to lordhelmut
umm make it so that if playerenters and they dont have the newest one then it destroys theres and adds the new one...
Reply With Quote
  #3  
Old 01-15-2002, 07:35 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
no. just update the code in the level then buy urself
like here i have a jump rope

if (playertouchsme) { toweapons jumprope; }
if (weaponfired) { setani skip,; }

then i want to update
just go to the level and update the code

if (playertouchsme) { toweapons jumprope; }
if (weaponfired) { setani skip,; setplayerprop #c,Jump!; }

then upload and update the level then get the new NPC (someone has to get so it databases)
then when any1 reconnects the weapon will auto update itself
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #4  
Old 01-15-2002, 08:34 AM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Quote:
Originally posted by LiquidIce00
no. just update the code in the level then buy urself
like here i have a jump rope

if (playertouchsme) { toweapons jumprope; }
if (weaponfired) { setani skip,; }

then i want to update
just go to the level and update the code

if (playertouchsme) { toweapons jumprope; }
if (weaponfired) { setani skip,; setplayerprop #c,Jump!; }

then upload and update the level then get the new NPC (someone has to get so it databases)
then when any1 reconnects the weapon will auto update itself
Thanks!
__________________
Aim: Mmm Kumada

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:10 AM.


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