Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Function to add an item to the bank


Slasheree
 Share

Recommended Posts

On Server it is in modPlayer using two commands

```

Sub SetPlayerBankItemNum(ByVal index As Long, ByVal BankSlot As Long, ByVal itemnum As Long)

Bank(index).Item(BankSlot).Num = itemnum

End Sub

```

and then

```

Sub SetPlayerBankItemValue(ByVal index As Long, ByVal BankSlot As Long, ByVal ItemValue As Long)

Bank(index).Item(BankSlot).Value = ItemValue

End Sub

```

If your talking about doing it from within game I do not believe the command exists right now for that. You would need to use an account editor that can manipulate the bank variables.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...