Private Shop Buttons [Help]

05/29/2018 22:55 comcem#1
I made the compilation of __CHIP_PLAYERSHOP in my source all ok, I found how to put the buttons in the ResData.inc, but when I went to enter the Neuz gave error related to the buttons and did not stop giving error, it has to do with the texture or image of the missing buttons can anybody help me? I copied the contents of Totemia Flyff from source v19 that they passed me in this post: [Only registered and activated users can see links. Click Here To Register...]

ResData.inc o comando dos botões são somente esses ?

WTYPE_BUTTON WIDC_BUTTON8 "ButtNormal05.tga" 0 21 72 68 96 0x220010 0 0 0 0 46 112 169
{
// Title String
"Penya"
}
{
// ToolTip
"Penya"
}
WTYPE_BUTTON WIDC_BUTTON9 "ButtNormal05.tga" 0 80 72 127 96 0x220010 0 0 0 0 46 112 169
{
// Title String
"Perin"
}
{
// ToolTip
"Perin"
}
WTYPE_BUTTON WIDC_BUTTON10 "ButtNormal05.tga" 0 138 72 185 96 0x220010 0 0 0 0 46 112 169
{
// Title String
"RChip"
}
{
// ToolTip
"Red Chip"
}
WTYPE_BUTTON WIDC_BUTTON11 "ButtNormal05.tga" 0 21 101 68 126 0x220010 0 0 0 0 46 112 169
{
"BChip" //Title String
}
{
"Blue Chips"// ToolTip
}
WTYPE_BUTTON WIDC_BUTTON12 "ButtNormal05.tga" 0 80 101 127 126 0x220010 0 0 0 0 46 112 169
{
// Title String
"Gchip"
}
{
// ToolTip
"Gold Chips"
}
WTYPE_BUTTON WIDC_BUTTON13 "ButtNormal05.tga" 0 138 101 185 126 0x220010 0 0 0 0 46 112 169
{
// Title String
"Token"
}
{
// ToolTip
"Token of Bravery"
}

}
05/29/2018 23:19 Dr. Peacock#2
Try This one.
I think you are using v15-v18 Files ?
The v19 Source/Resource got new Parameter... Remove it or use the Edited Code.
K.R. Dr.Peacock



WTYPE_BUTTON WIDC_BUTTON8 "ButtNormal05.tga" 0 21 72 68 96 0x220010 0 0 0 0
{
// Title String
"Penya"
}
{
// ToolTip
"Penya"
}
WTYPE_BUTTON WIDC_BUTTON9 "ButtNormal05.tga" 0 80 72 127 96 0x220010 0 0 0 0
{
// Title String
"Perin"
}
{
// ToolTip
"Perin"
}
WTYPE_BUTTON WIDC_BUTTON10 "ButtNormal05.tga" 0 138 72 185 96 0x220010 0 0 0 0
{
// Title String
"RChip"
}
{
// ToolTip
"Red Chip"
}
WTYPE_BUTTON WIDC_BUTTON11 "ButtNormal05.tga" 0 21 101 68 126 0x220010 0 0 0 0
{
"BChip" //Title String
}
{
"Blue Chips"// ToolTip
}
WTYPE_BUTTON WIDC_BUTTON12 "ButtNormal05.tga" 0 80 101 127 126 0x220010 0 0 0 0
{
// Title String
"Gchip"
}
{
// ToolTip
"Gold Chips"
}
WTYPE_BUTTON WIDC_BUTTON13 "ButtNormal05.tga" 0 138 101 185 126 0x220010 0 0 0 0
{
// Title String
"Token"
}
{
// ToolTip
"Token of Bravery"
}

}
05/30/2018 01:18 comcem#3
Quote:
Originally Posted by Dr. Peacock View Post
Try This one.
I think you are using v15-v18 Files ?
The v19 Source/Resource got new Parameter... Remove it or use the Edited Code.
K.R. Dr.Peacock



WTYPE_BUTTON WIDC_BUTTON8 "ButtNormal05.tga" 0 21 72 68 96 0x220010 0 0 0 0
{
// Title String
"Penya"
}
{
// ToolTip
"Penya"
}
WTYPE_BUTTON WIDC_BUTTON9 "ButtNormal05.tga" 0 80 72 127 96 0x220010 0 0 0 0
{
// Title String
"Perin"
}
{
// ToolTip
"Perin"
}
WTYPE_BUTTON WIDC_BUTTON10 "ButtNormal05.tga" 0 138 72 185 96 0x220010 0 0 0 0
{
// Title String
"RChip"
}
{
// ToolTip
"Red Chip"
}
WTYPE_BUTTON WIDC_BUTTON11 "ButtNormal05.tga" 0 21 101 68 126 0x220010 0 0 0 0
{
"BChip" //Title String
}
{
"Blue Chips"// ToolTip
}
WTYPE_BUTTON WIDC_BUTTON12 "ButtNormal05.tga" 0 80 101 127 126 0x220010 0 0 0 0
{
// Title String
"Gchip"
}
{
// ToolTip
"Gold Chips"
}
WTYPE_BUTTON WIDC_BUTTON13 "ButtNormal05.tga" 0 138 101 185 126 0x220010 0 0 0 0
{
// Title String
"Token"
}
{
// ToolTip
"Token of Bravery"
}

}
V20 with the v15 interface

Quote:
Originally Posted by comcem View Post
V20 with the v15 interface
I'll test your code!

Quote:
Originally Posted by Dr. Peacock View Post
Try This one.
I think you are using v15-v18 Files ?
The v19 Source/Resource got new Parameter... Remove it or use the Edited Code.
K.R. Dr.Peacock



WTYPE_BUTTON WIDC_BUTTON8 "ButtNormal05.tga" 0 21 72 68 96 0x220010 0 0 0 0
{
// Title String
"Penya"
}
{
// ToolTip
"Penya"
}
WTYPE_BUTTON WIDC_BUTTON9 "ButtNormal05.tga" 0 80 72 127 96 0x220010 0 0 0 0
{
// Title String
"Perin"
}
{
// ToolTip
"Perin"
}
WTYPE_BUTTON WIDC_BUTTON10 "ButtNormal05.tga" 0 138 72 185 96 0x220010 0 0 0 0
{
// Title String
"RChip"
}
{
// ToolTip
"Red Chip"
}
WTYPE_BUTTON WIDC_BUTTON11 "ButtNormal05.tga" 0 21 101 68 126 0x220010 0 0 0 0
{
"BChip" //Title String
}
{
"Blue Chips"// ToolTip
}
WTYPE_BUTTON WIDC_BUTTON12 "ButtNormal05.tga" 0 80 101 127 126 0x220010 0 0 0 0
{
// Title String
"Gchip"
}
{
// ToolTip
"Gold Chips"
}
WTYPE_BUTTON WIDC_BUTTON13 "ButtNormal05.tga" 0 138 101 185 126 0x220010 0 0 0 0
{
// Title String
"Token"
}
{
// ToolTip
"Token of Bravery"
}

}
I tried using your codes, and the codes of my v19 server and it still did not work :feelsbadman:
05/30/2018 05:55 cmwarjin0#4
Quote:
Originally Posted by comcem View Post
V20 with the v15 interface



I'll test your code!



I tried using your codes, and the codes of my v19 server and it still did not work :feelsbadman:
what source are you using? is it v15 or v19? post ur error log
05/30/2018 12:14 - DK#5
next try -> send us other code of your resdata.inc. We need to check your parameter. Then you upload your error.txt from your log folder.
05/30/2018 18:16 comcem#6
Quote:
Originally Posted by DK ACE View Post
next try -> send us other code of your resdata.inc. We need to check your parameter. Then you upload your error.txt from your log folder.
I uploaded the resdatas, the client was not generating the error logs on the error that is in the neuz
05/30/2018 18:33 - DK#7
Quote:
Originally Posted by comcem View Post
I uploaded the resdatas, the client was not generating the error logs on the error that is in the neuz
Then do some screenshots of your error..

This Resdata include V19 Parameter :)
05/30/2018 18:54 comcem#8
Quote:
Originally Posted by DK ACE View Post
Then do some screenshots of your error..

This Resdata include V19 Parameter :)
This is the mistake, no matter how many times I click ok it does not disappear
05/30/2018 21:10 Sedrika#9
Is there a reason why you're opening a new thread for a single question instead of adding it to another one?

[Only registered and activated users can see links. Click Here To Register...]
05/30/2018 21:20 comcem#10
Quote:
Originally Posted by Sedrika View Post
Is there a reason why you're opening a new thread for a single question instead of adding it to another one?

[Only registered and activated users can see links. Click Here To Register...]
I do not know how to use it right, I apologize have to delete the others?
05/30/2018 22:31 Nick#11
Quote:
Originally Posted by comcem View Post
I do not know how to use it right, I apologize have to delete the others?
From now on, please post everything relating to the private shop here. I have closed the other threads.
05/31/2018 09:58 _Suffer#12

:heh: