NPC Extended Currency prob

10/07/2018 18:03 lancekie#1
i tried to add some items in shop but its not showing up and it gives me error log i dont have idea how to fix this

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

10/07/2018 19:16 Timelimits#2
I'm not 100% sure how this is handled however I can only gather from the error log
"Aminus Coin cost < 1"
Did you set a price >= 1?
10/07/2018 23:54 Tweeney#3
you should put a price on spec item lol
10/08/2018 03:25 lancekie#4
i already put price in spec
10/08/2018 04:36 Nιgнтмαяε#5
Try adding the price after the items.

Like:
Code:
AddVenderItem5(0, II_WEA_BOW_RENE9_4TH, 5000);
10/08/2018 15:15 Ecrypter#6
look this in your Spec_item
PHP Code:
=    =    =    =    0    0    0    0    0 
change lik this
PHP Code:
=    10000    =    =    0    0    0    0    0 
10,000 is a currency either red chips or any custom coin like new currencies
10/08/2018 15:17 lancekie#7
#fixed thanks everyone

just got new prob lol

[Only registered and activated users can see links. Click Here To Register...]
10/08/2018 16:12 Ecrypter#8
Quote:
Originally Posted by lancekie View Post
#fixed thanks everyone

just got new prob lol

[Only registered and activated users can see links. Click Here To Register...]
look for this Spec_item again in your fashion box
PHP Code:
IK1_SYSTEM    IK2_SYSTEM    IK3_SCROLL    =    0    1    =    
change to this
PHP Code:
IK1_SYSTEM    IK2_SYSTEM    IK3_SCROLL    =    0    1    =    
1 or more number its up to you