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

Other payment


PVJsquad
 Share

Recommended Posts

You might also have to change the shop source code, I was looking at it and its coded to always pay you in the 1st item on your item editor.

So if you want to also receive different  types of currencies for selling too you might want to change "Sub HandleSellItem" on the server.
Link to comment
Share on other sites

@TianaJRP:

> Go and press control f, look for something that say this:
>
> If GetPlayerInvItemNum(MyIndex, i) = 1 Then '1 = gold :P
> amount = CStr(GetPlayerInvItemValue(MyIndex, i))
>
> Look one line down, you will see: "g" (Incude the ""), change the g into Token like: "Token" (Incldue the "")

is not that just change the name alone, I mean create a new but replaced with the name of the token
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...