money Type

04/07/2012 20:45 shadowman123#1
Does Any1 Know the Money Type number of the Horse Race currency ?
04/07/2012 21:21 ×Holo#2
you can make one
Code:
public ushort HRPoint = 0;
04/07/2012 22:14 shadowman123#3
Quote:
Originally Posted by ×Holo View Post
you can make one
Code:
public ushort HRPoint = 0;
Sure Nope in order to buy An item from A Certain Shop u need A Money type value and it cant be Just Random Number every number refers to a certain type of Currency As an example :- 0 for Money , 1 for cps , 4 for honor Points so what i mean is whats the Money type Number of the horse race Points ..Got it ?
04/07/2012 22:15 dego4ever#4
nothing
u can handle it by shop id, no more.
04/07/2012 22:21 shadowman123#5
Quote:
Originally Posted by dego4ever View Post
nothing
u can handle it by shop id
All i know to buy a certain item from shop the server send an itemusage packet with subtype = 1 and in handling the process of buying i figured out how it goes And honestly i Found that it depends on switch (shop.Moneytype) so Surely theres money type for Horse race as i guess
04/07/2012 22:45 Accessdeniedforuser'root'#6
try the rest ? try 2,3 and one will fail the other will be it
create some npc to sell u a dragon ball for 500 hr points , buy it and check if the type u wrote in the npc dialog is right or wrong (hr points will be -500 or not)
once it's -500 then yes
how to add it to the npc ?
lets say currency.1 stand for cps ? then try currency.2 -= 500; currency.3 -= 500;

try the rest ? try 2,3 and one will fail the other will be it
create some npc to sell u a dragon ball for 500 hr points , buy it and check if the type u wrote in the npc dialog is right or wrong (hr points will be -500 or not)
once it's -500 then yes
how to add it to the npc ?
lets say currency.1 stand for cps ? then try currency.2 -= 500; currency.3 -= 500;
04/07/2012 22:46 ×Holo#7
not interested.
i guess you'll find it in shops.ini, just search
04/07/2012 22:49 shadowman123#8
Solved #Request Closed Please

Quote:
Originally Posted by ×Holo View Post
not interested.
i guess you'll find it in shops.ini, just search
Honor Shop UID doesnt exist in Shops.ini or emoneyshop its itemusage packet 1009