Graal Forums  

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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-16-2002, 11:48 AM
psi psi is offline
Registered User
Join Date: Nov 2001
Location: Canada
Posts: 77
psi is on a distinguished road
Banks?

can someone plz tell me what the bank script is to add and deposit money?
__________________
Psyche[Leader]{Natures Avengers}

Bomys Rock!
  #2  
Old 02-16-2002, 12:25 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
use tokenize and strings
  #3  
Old 02-16-2002, 04:50 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
1. Please read guidlines and rules

2.
NPC Code:

if (playerchats) {
tokenize #c;
if (startswith(deposit,#c)) {
this.deposit=strtofloat(#t(1));
if (this.deposit>playerrupees) this.deposit=playerrupees;
setstring bankaccount,#v(this.deposit);
playerrupees-=this.deposit;
}
}



something like this should do it
__________________
No Webhost at the moment
  #4  
Old 02-16-2002, 06:25 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by TDO2000
1. Please read guidlines and rules

2.
NPC Code:

if (playerchats) {
tokenize #c;
if (startswith(deposit,#c)) {
this.deposit=strtofloat(#t(1));
if (this.deposit>playerrupees) this.deposit=playerrupees;
setstring bankaccount,#v(this.deposit);
playerrupees-=this.deposit;
}
}



something like this should do it

Nice sketch dude, but erm is that a grate on his face??
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

  #5  
Old 02-16-2002, 07:06 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by neomaximus2k



Nice sketch dude, but erm is that a grate on his face??
^_^ normally u can't see his face bc he looks to the other side
__________________
No Webhost at the moment
  #6  
Old 02-17-2002, 01:37 AM
psi psi is offline
Registered User
Join Date: Nov 2001
Location: Canada
Posts: 77
psi is on a distinguished road
and that script will make sure that no one else can take ur money?
__________________
Psyche[Leader]{Natures Avengers}

Bomys Rock!
  #7  
Old 02-17-2002, 01:43 AM
psi psi is offline
Registered User
Join Date: Nov 2001
Location: Canada
Posts: 77
psi is on a distinguished road
it doesnt work... it lets u take out an infinite amount......
__________________
Psyche[Leader]{Natures Avengers}

Bomys Rock!
  #8  
Old 02-17-2002, 02:34 AM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by psi
it doesnt work... it lets u take out an infinite amount......
You have to use erm strings, to get it working correctly, i have a script i may post it l8r
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

  #9  
Old 02-17-2002, 07:27 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
I would highly rmend using a client string for storing the money .
Closed Thread


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 06:00 PM.


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