You last visited: Today at 23:10
Advertisement
[Source] Country System
Discussion on [Source] Country System within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.
07/29/2013, 07:20
#1
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
[Source] Country System
Hello i am going to release the country system ^_^
Comment HERE if you have any question ^_^
Download:
Password: jayjei14
VT(because there are some people are putting malware on rar file :3):
versioncommon.h Neuz,WS & DBSvr
Code:
#define __COUNTRY_ICON
Resdata.h
#define APP_COUNTRYSELECT ##
Quote:
Originally Posted by
Chiller'
This should work:
V15 Resdata:
Code:
APP_COUNTRYSELECT "WndTile07.tga" 1 220 145 0x2610000 26
{
// Title String
""
}
{
// Help Key
""
}
// Object Data
{
WTYPE_BUTTON WIDC_BUTTON1 "ButtLeft.tga" 0 20 50 94 74 0x220010 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON2 "ButtRight.tga" 0 115 50 189 74 0x220010 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_STATIC WIDC_STATIC1 "" 0 80 20 188 36 0x2220000 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON3 "ButtOk.tga" 0 55 80 159 104 0x220010 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
}
V16 Resdata:
Code:
APP_COUNTRYSELECT "WndTile07.tga" "" 1 220 145 0x2610000 26
{
// Title String
""
}
{
// Help Key
""
}
// Object Data
{
WTYPE_BUTTON WIDC_BUTTON1 "ButtLeft.tga" 0 20 50 94 74 0x220010 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON2 "ButtRight.tga" 0 115 50 189 74 0x220010 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_STATIC WIDC_STATIC1 "" 0 80 20 188 36 0x2220000 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON3 "ButtOk.tga" 0 55 80 159 104 0x220010 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
}
DATABASE:
Go to Character_TBL
Right Click then press Design
add this Column
Then Go to Chatacter_str click modify
Below:
Code:
, @im_idCampus int = 0
Add This
Code:
, @im_nCountry int = 0
Below:
Code:
, isnull(R.m_LogOutTime, 0) m_LogOutTime
Add This:
Below
add this:
Then do like this-->
instead of this-->
do like this--->
Code:
0, --m_dwSkillPoint
1,
0,
0,
0
-- Ver 15
, '$'
, 0
, 0
, 0
, 0
, 0
, 0
, 0
, 0
, 0
-- ,'$'
, 0
)
Credits to Mentus
Attached Files
Country Icon.rar
(15.4 KB, 334 views)
07/30/2013, 15:23
#2
elite*gold: 0
Join Date: Jul 2012
Posts: 127
Received Thanks: 4
Msg 110, Level 15, State 1, Procedure CHARACTER_STR, Line 1289
There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
I HAD THIS ERROR WHEN I EXCECUTE
07/30/2013, 18:52
#3
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
DATABASE:
Go to Character_TBL
Right Click then press Design
add this Column m_nCountry Type: INT
You didnt read it all. Before posting an error make sure you have it all. Also the error is saying what the problem is isnt it xD
07/31/2013, 14:32
#4
elite*gold: 0
Join Date: Jul 2012
Posts: 127
Received Thanks: 4
Added all of this but still i cant execute it without error and the resdata is not compatible with blessed?
07/31/2013, 16:09
#5
elite*gold: 0
Join Date: Jul 2012
Posts: 127
Received Thanks: 4
Do i need the resdata because when i use v15/v16 resdata there its give me error when i opened up my neuz
SORRY FOR MY ENGLISH
07/31/2013, 18:31
#6
elite*gold: 0
Join Date: Jan 2013
Posts: 22,407
Received Thanks: 8,238
Quote:
Originally Posted by
yvansinues
Do i need the resdata because when i use v15/v16 resdata there its give me error when i opened up my neuz
SORRY FOR MY ENGLISH
This. I think v15 resdata is wrong.
07/31/2013, 19:04
#7
elite*gold: 0
Join Date: Jun 2012
Posts: 258
Received Thanks: 46
Both are wrong, just copy an other app and edit the images for the country app.
07/31/2013, 19:38
#8
elite*gold: 0
Join Date: Jan 2013
Posts: 22,407
Received Thanks: 8,238
This should work:
V15 Resdata:
Code:
APP_COUNTRYSELECT "WndTile07.tga" 1 220 145 0x2610000 26
{
// Title String
""
}
{
// Help Key
""
}
// Object Data
{
WTYPE_BUTTON WIDC_BUTTON1 "ButtLeft.tga" 0 20 50 94 74 0x220010 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON2 "ButtRight.tga" 0 115 50 189 74 0x220010 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_STATIC WIDC_STATIC1 "" 0 80 20 188 36 0x2220000 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON3 "ButtOk.tga" 0 55 80 159 104 0x220010 0 0 0 0
{
//TitleString
""
}
{
//ToolTip
""
}
}
V16 Resdata:
Code:
APP_COUNTRYSELECT "WndTile07.tga" "" 1 220 145 0x2610000 26
{
// Title String
""
}
{
// Help Key
""
}
// Object Data
{
WTYPE_BUTTON WIDC_BUTTON1 "ButtLeft.tga" 0 20 50 94 74 0x220010 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON2 "ButtRight.tga" 0 115 50 189 74 0x220010 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_STATIC WIDC_STATIC1 "" 0 80 20 188 36 0x2220000 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
WTYPE_BUTTON WIDC_BUTTON3 "ButtOk.tga" 0 55 80 159 104 0x220010 0 0 0 0 46 112 169
{
//TitleString
""
}
{
//ToolTip
""
}
}
08/01/2013, 00:37
#9
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Thanks to Chiller'...
#Update Post..
08/01/2013, 05:06
#10
elite*gold: 0
Join Date: Jul 2012
Posts: 127
Received Thanks: 4
Successful added all but i cant enter to world neuz crashed .. ADDED 'ALL'
SORRY FOR MY ENGLISH
08/01/2013, 05:44
#11
elite*gold: 0
Join Date: Jan 2013
Posts: 22,407
Received Thanks: 8,238
Quote:
Originally Posted by
yvansinues
Successful added all but i cant enter to world neuz crashed .. ADDED 'ALL'
SORRY FOR MY ENGLISH
Got Any Logs?
Try put the Icons in Theme/Default(but this would not crash the Neuz) and if that doesn't work debug your Neuz.
08/01/2013, 13:07
#12
elite*gold: 0
Join Date: Jul 2012
Posts: 127
Received Thanks: 4
Quote:
Originally Posted by
Chiller'
Got Any Logs?
Try put the Icons in Theme/Default(but this would not crash the Neuz) and if that doesn't work debug your Neuz.
2013/ 8/ 1 11:14:00 FileName Music\default.bgm(69) : BGM_BA_FWC Not Found. : BGM_BA_FWC "music\BgmColosseoumMain.ogg"
//»êÇÁ·¹½º Àú·¾ °í·¾
BGM_DU_SANPR
2013/ 8/ 1 11:14:00 FileName Music\default.bgm(72) : BGM_DU_SANPRES Not Found. : BGM_DU_SANPRES "music\BgmDuSanpres.ogg"
//À¯ÇÁ·¹½Ã¾Æ Àú·¾ °í·¾
BGM_DU_UPRE
2013/ 8/ 1 11:14:00 FileName Music\default.bgm(74) : BGM_DU_UPRESIA Not Found. : BGM_DU_UPRESIA "music\BgmDuUpresia.ogg"
//Ç츣³×¿À½º Àú·¾ °í·¾
BGM_DU_HERN
2013/ 8/ 1 11:14:00 FileName Music\default.bgm(76) : BGM_DU_HERNEOS Not Found. : BGM_DU_HERNEOS "music\BgmDuHerneos.ogg"
2013/ 8/ 1 11:14:13 Sep 30 2012 11:27:37 1 rCnt=1
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:00456793
- Registers
EAX=1DD43B1C EBX=7EFDE000 ECX=1DD43B1C EDX=3F800000 ESI=02AB2164
EDI=77231245 EBP=0018B730 ESP=0018B508 EIP=00456793 FLG=00010202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
0023:00456793 Neuz.exe
0023:00721B38 Neuz.exe
0023:0041113B Neuz.exe
0023:0040E546 Neuz.exe
0023:00410617 Neuz.exe
0023:0040DB60 Neuz.exe
0023:007BFADB Neuz.exe
0023:0046D82A Neuz.exe
0023:0048C780 Neuz.exe
0023:0048C5C5 Neuz.exe
0023:0047440C Neuz.exe
0023:0091710C Neuz.exe
0023:772333AA kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:77999EF2 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:77999EC5 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)
THIS .. i cant understand it . sorry
08/01/2013, 13:36
#13
elite*gold: 30
Join Date: Sep 2012
Posts: 426
Received Thanks: 1,021
Credits?
08/01/2013, 17:25
#14
elite*gold: 0
Join Date: Feb 2013
Posts: 6
Received Thanks: 3
Credits goes to Mentus cuz he is the original maker of that system..
08/10/2013, 16:01
#15
elite*gold: 0
Join Date: Jul 2012
Posts: 127
Received Thanks: 4
NVM!
Similar Threads
HELP COUNTRY SYSTEM
08/14/2013 - Flyff Private Server - 10 Replies
Cant enter to world my neuz always crashing .. Thanks
help me about country icon system
07/29/2013 - Flyff Private Server - 14 Replies
when i reconnect to the game the country icon rollback.. help me plss..i need database or what??..
[Help] Country Icon System
03/27/2013 - Flyff Private Server - 1 Replies
Sir please help me..
How to insert Country Icon of my server....
what .cpp and .h files do I need to insert country icon on my server
please help
[Help] Country Flag System
12/08/2012 - Flyff Private Server - 2 Replies
Hallo e*PvP Community,
könnte mir jemand die SQL einträge für das Country Flag System geben.
Weil immer wen ich relogge, muss ich meine Landesflagge neu auswählen.
Ausserdem, wen ich dies nun getan habe und dann in einem Dungeon etc.
gehe ist die Flagge einfach weg.
Es kann also nur an den SQL einträgen liegen.
(in den Source ist alles fehlerfrei eingerichtet)
[Help]Country System
11/13/2012 - Flyff Private Server - 2 Replies
Hallo Community..
Ich bin langsam am verzweifeln bei diesem System -.-
Ich hab in der DPLOGINCLIENT.H das eingetragen
#ifdef __COUNTRY_ICON
void SendCreatePlayer( BYTE nMode, BYTE nSlot, LPCSTR lpszPlayer/*, LPDWORD adwEquipment*/, BYTE nFace, BYTE nCostume, BYTE nSkinSet, BYTE nHairMesh, DWORD dwHairColor, BYTE nSex, BYTE nJob, BYTE nHeadMesh, int nBankPW = 0, int nCountry = 0 );
#else
All times are GMT +1. The time now is 23:11 .