Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 20:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Private Shop Buttons [Help]

Discussion on Private Shop Buttons [Help] within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2011
Posts: 41
Received Thanks: 1
Private Shop Buttons [Help]

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:

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"
}

}
comcem is offline  
Old 05/29/2018, 23:19   #2
 
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
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"
}

}
Dr. Peacock is offline  
Old 05/30/2018, 01:18   #3
 
elite*gold: 0
Join Date: Oct 2011
Posts: 41
Received Thanks: 1
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
comcem is offline  
Old 05/30/2018, 05:55   #4
 
cmwarjin0's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 74
Received Thanks: 1
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
what source are you using? is it v15 or v19? post ur error log
cmwarjin0 is offline  
Old 05/30/2018, 12:14   #5



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
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.
- DK is offline  
Old 05/30/2018, 18:16   #6
 
elite*gold: 0
Join Date: Oct 2011
Posts: 41
Received Thanks: 1
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
Attached Files
File Type: rar ResDatas.rar (124.8 KB, 3 views)
comcem is offline  
Old 05/30/2018, 18:33   #7



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
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
- DK is offline  
Old 05/30/2018, 18:54   #8
 
elite*gold: 0
Join Date: Oct 2011
Posts: 41
Received Thanks: 1
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
Attached Images
File Type: png Error.png (4.5 KB, 14 views)
comcem is offline  
Old 05/30/2018, 21:10   #9



 
Sedrika's Avatar
 
elite*gold: 18
The Black Market: 103/0/0
Join Date: Sep 2009
Posts: 20,174
Received Thanks: 14,475
Is there a reason why you're opening a new thread for a single question instead of adding it to another one?

Sedrika is offline  
Old 05/30/2018, 21:20   #10
 
elite*gold: 0
Join Date: Oct 2011
Posts: 41
Received Thanks: 1
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?

I do not know how to use it right, I apologize have to delete the others?
comcem is offline  
Old 05/30/2018, 22:31   #11
wild wild son




 
Nick's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 5,995
Received Thanks: 3,389
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.
Nick is offline  
Old 05/31/2018, 09:58   #12
 
elite*gold: 0
Join Date: May 2018
Posts: 14
Received Thanks: 2

_Suffer is offline  
Reply


Similar Threads Similar Threads
[METIN2] GFX Shop! Signaturen, Slider, Logos, Buttons,
05/12/2013 - Artist Trading - 43 Replies
http://i.epvpimg.com/IvNwh.png Hallo, ich machen Designs für manche PServer von Metin2 und ich würde sowas auch gerne Verkaufen nicht zu Teuer sondern im Taschengeld format. http://i.epvpimg.com/dTpxd.png Hier ein paar beispiele : Kunden:
[B]GFX-Shop [Animierte Userbars & Buttons]
12/14/2012 - elite*gold Trading - 5 Replies
#closerequest
[IPv4] Grafik Shop {Signaturen / Avatare / Push-Buttons / Banner / Render / & More }
06/26/2012 - elite*gold Trading - 1 Replies
http://mariodev.de/uploader/bild.php/2835,grafiksh op1Q0CO.png http://mariodev.de/uploader/bild.php/2836,unbenan nt425AH0.gif ⎻.:~Günstig~:.⎻ ⎻.:~Schnell~:.⎻ http://mariodev.de/uploader/bild.php/2837,unbenan nt4TZ8Q2.png ⎻.:~Avatar~:.⎻
Problem wenn Buttons Disable dann Enable sind die buttons zum senden zu verwenden
11/19/2009 - AutoIt - 5 Replies
also hab ja durch hilfe geschafft buttons mit Checkbox Enable und disable zu machn nur mein prob ist jetzt das ich die buttons nicht verwenden kann hab schon einiges ausprobiert aber wenn ich dann bsp button1 drücke passiert einfach nix kann mir wer helfen `? bekommt thx für ;) hier der code: #include <GUIConstantsEx.au3> GUICreate("") $check = GUICtrlCreateCheckbox("Enable/Disable Buttons", 10, 10, 140, 20) $button = GUICtrlCreateButton("Button",10,50) $button1 =...
[Buttons]Hi wer kann mir die Buttons erklären
08/16/2009 - Metin2 Private Server - 6 Replies
Hi ich will kg machen,kenne aber die bedeutung der buttons nich könnt ihr mir vllt.helfen MfG TheRisk Hier ein Screen:http://img16.imageshack.us/img16/3016/gaul. jpg



All times are GMT +1. The time now is 20:33.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.