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 08-29-2001, 08:50 PM
Neoreno Neoreno is offline
Cerebrate
Neoreno's Avatar
Join Date: Aug 2001
Location: England
Posts: 1,663
Neoreno is on a distinguished road
Send a message via AIM to Neoreno
Exclamation sHOP sCRIPT

i NEED TO KNOW THE SHOP SCRIPT FOR NON P2P SERVERS!!
__________________

Quote:
Exitus Acta Probat: The Outcome Justifies the Deed.
Reply With Quote
  #2  
Old 08-29-2001, 09:42 PM
Cloud_X Cloud_X is offline
Cloud_X's Avatar
Join Date: Mar 2001
Posts: 2,921
Cloud_X will become famous soon enough
Shop script...you could just do like
if (playerchats && strequals(#c,buy arrows) && playerrupees >=5)
{
playerrupees-=5;
playerdarts+=5;
}

Is that what you ment llike you can buy arrows or something?
__________________
Temporary blocked
Stefan Knorr
Reply With Quote
  #3  
Old 08-29-2001, 09:58 PM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
umm

There is no script called THE shop script, because generally everyone makes their own. Thats because the are pretty simple to do.

I normally do something like this:

if (playerenters) {show;
}
if (strequals(#c,buy bombs) && playerrupees>=5) {playerbombs+=5; playerrupees-=5; setplayerprop #c,;
} // This gives you 5 bombs for 5 rupees when a player says buy bombs, obviously.

You might want to include signs and things that tell players what to say to get items....
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote
  #4  
Old 08-29-2001, 10:27 PM
Neoreno Neoreno is offline
Cerebrate
Neoreno's Avatar
Join Date: Aug 2001
Location: England
Posts: 1,663
Neoreno is on a distinguished road
Send a message via AIM to Neoreno
Thanks

Thanks
__________________

Quote:
Exitus Acta Probat: The Outcome Justifies the Deed.
Reply With Quote
  #5  
Old 08-31-2001, 12:09 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
wrong ...

Quote:
if (playerenters) {show;
}
if (strequals(#c,buy bombs) && playerrupees>=5) {playerbombs+=5; playerrupees-=5; setplayerprop #c,;
} ;
This ould be wrong cause you would need 6 rupees to buy .. the correct to make something cost 5 rupee would be

if (created) {show;
}
i (playersays(buy arrows) && playerrupees>4) {
playerdarts+=5;
playerrupees-=5;
setplayerprop #c, Yipee !!!!;
}
Reply With Quote
  #6  
Old 08-31-2001, 12:15 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
Re: wrong ...

Quote:
Originally posted by nyghtGT

This ould be wrong cause you would need 6 rupees to buy .. the correct to make something cost 5 rupee would be

if (created) {show;
}
i (playersays(buy arrows) && playerrupees>4) {
playerdarts+=5;
playerrupees-=5;
setplayerprop #c, Yipee !!!!;
}
no...
his way is saying if your rupee count is equal to or greater then 5 yours is just saying greater then 4 same thing basicly
Reply With Quote
  #7  
Old 08-31-2001, 12:23 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
ok

ok i get you ...
sorry for saying you wrong dude
Reply With Quote
  #8  
Old 08-31-2001, 10:29 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Re: sHOP sCRIPT

Quote:
Originally posted by Neoreno
i NEED TO KNOW THE SHOP SCRIPT FOR NON P2P SERVERS!!
are you making a server
god i hope not
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #9  
Old 08-31-2001, 10:52 PM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
Thumbs up Re: Re: sHOP sCRIPT

Quote:
Originally posted by AlexH


are you making a server
god i hope not
lmao
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote
  #10  
Old 09-01-2001, 02:19 AM
Neoreno Neoreno is offline
Cerebrate
Neoreno's Avatar
Join Date: Aug 2001
Location: England
Posts: 1,663
Neoreno is on a distinguished road
Send a message via AIM to Neoreno
No I am not making a server

No I am not making a server and no I am not making a shop either!!
__________________

Quote:
Exitus Acta Probat: The Outcome Justifies the Deed.
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 04:02 PM.


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