Register for your free account! | Forgot your password?

You last visited: Today at 06:04

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

Advertisement



[Release] ItemLink

Discussion on [Release] ItemLink within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 01/13/2013, 13:08   #16
 
elite*gold: 8
Join Date: Aug 2012
Posts: 227
Received Thanks: 81
total buggy hat bei Cursed Fantasy auch nicht gefunkt

ich würde es nicht nutzen
ParadiseOne is offline  
Thanks
1 User
Old 01/13/2013, 13:26   #17
 
elite*gold: 0
Join Date: Nov 2012
Posts: 88
Received Thanks: 17
Quote:
Originally Posted by ParadiseOne View Post
total buggy hat bei Cursed Fantasy auch nicht gefunkt

ich würde es nicht nutzen
Bei Cursed fehlten die Resdata.inc Einträge die sind hier dabei, klappt.
Exribo is offline  
Old 01/13/2013, 13:59   #18
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,378
Received Thanks: 3,429
Wenn ihr sie nicht nutzt und behauptet es sei "Buggy", dann solltet ihr auch nicht posten.
Lumi is offline  
Thanks
2 Users
Old 01/13/2013, 14:07   #19
 
elite*gold: 0
Join Date: Nov 2012
Posts: 142
Received Thanks: 41
noooo this code is so perfect <3 i recommend it =)))))))))))))))))))))
iHellsBlade is offline  
Old 01/13/2013, 14:13   #20
 
elite*gold: 0
Join Date: Mar 2012
Posts: 12
Received Thanks: 0
My neuz crash when i need to see the APP ...


2013/ 1/13 13:48:18 1

2013/ 1/13 13:48:18 Jan 13 2013 13:34:03 rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:005ECF10

- Registers

EAX=00000020 EBX=7EFDE000 ECX=157B0658 EDX=00000005 ESI=00000000
EDI=76AD1225 EBP=0018BBF8 ESP=0018BBF4 EIP=005ECF10 FLG=00010202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B

0023:005ECF10 Neuz.exe
0023:004F22FD Neuz.exe
0023:004BD26F Neuz.exe
0023:005ECECC Neuz.exe
0023:00446737 Neuz.exe
0023:0040DE8F Neuz.exe
0023:0040DA60 Neuz.exe
0023:007BD54F Neuz.exe
0023:0046D93A Neuz.exe
0023:0062AE70 Neuz.exe
0023:0062ACB5 Neuz.exe
0023:004747AC Neuz.exe
0023:00915EBC Neuz.exe
0023:76AD3677 KERNEL32.dll
0023:77A29F42 ntdll.dll
0023:77A29F15 ntdll.dll

If anyone know why
GraphiiX is offline  
Old 01/13/2013, 14:47   #21
 
Daft325's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 294
Received Thanks: 50
@Lumi
Quote:
Wenn ihr sie nicht nutzt und behauptet es sei "Buggy", dann solltet ihr auch nicht posten.
Da gebe ich dir vollkommen recht.
Daft325 is offline  
Old 01/13/2013, 17:15   #22
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,378
Received Thanks: 3,429
Ich habe dieses Teil mal in meinem Source getan und probiert.
Soweit so gut, aber sobald man Rechtsklick auf dieses Item macht (Im Chat), dann stürzt die Neuz ab.

Ich gehe davon aus, dass dieses System unvollständig ist.
Ich denke ich habe das selbe Problem wie GraphiiX.
Daher wird es wohl am System liegen.
Lumi is offline  
Old 01/13/2013, 17:20   #23
 
Daft325's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 294
Received Thanks: 50
Screens wären auch mal nett.
Daft325 is offline  
Old 01/13/2013, 19:04   #24
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
das liegt an der resdata.inc


"fix" für die breit , da die app zu klein ist .
WndCommunication.cpp(CWndLinkedItem::OnDraw )
letzte Zeile von
Code:
this->SetWndSize(this->GetWndRect().Width(), 100 + p2DRender->m_pFont->GetTextExtent(strEdit).cy);
zu
Code:
this->SetWndSize(5 + p2DRender->m_pFont->GetTextExtent(strEdit).cx, 100 + p2DRender->m_pFont->GetTextExtent(strEdit).cy);
die 5 kann man ändern jegrößer dest breiter

und das
Code:
m_p2DRender->TextOut_EditString(rectItem.left - 70, rectItem.bottom + 15, strEdit);
zu
Code:
m_p2DRender->TextOut_EditString(rectItem.left - 30, rectItem.bottom + 15, strEdit);

V15
Code:
APP_TOOLTIP_LINKEDITEM "WndTile00.tga" 1 128 300 0x2410000 21
{
// Title String
"Item Linking"
}
{
// Help Key
"Item Linking"
}
{
    WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 38 8 70 40 0x260000 0 0 0 0
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
V16
Code:
APP_TOOLTIP_LINKEDITEM "WndTile00.tga" "" 1 128 300 0x2410000 21
{
// Title String
"Item Linking"
}
{
// Help Key
"Item Linking"
}
{
    WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 38 8 70 40 0x260000 0 0 0 0 0 0 0
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }
ThoughtfulDev is offline  
Thanks
7 Users
Old 01/13/2013, 20:26   #25
 
elite*gold: 0
Join Date: Feb 2012
Posts: 90
Received Thanks: 16
Wo muss ich die Itemlink.cpp/.h datei in welchen Projekten adden?
MilKa* is offline  
Old 01/13/2013, 20:32   #26
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,378
Received Thanks: 3,429
Neuz und World.
Lumi is offline  
Old 01/13/2013, 20:34   #27
 
elite*gold: 0
Join Date: Aug 2009
Posts: 228
Received Thanks: 26
How can I fix "Item Link"?
I mean, the icon of the item out of place and some other strings are together.
And he don't have function "auto-size".

Thanks.
julioclitwin is offline  
Old 01/13/2013, 23:28   #28

 
Crowley™'s Avatar
 
elite*gold: 5
Join Date: Oct 2012
Posts: 1,335
Received Thanks: 505
Naja schade das du es releasen musstest... Nun hat es jeder Idiot xD Gut das es immer noch Leute gibt die nicht wissen wie sie es einbauen xDDDDDDDD
mfg. Crowley
Crowley™ is offline  
Thanks
1 User
Old 01/14/2013, 14:59   #29
 
elite*gold: 0
Join Date: Jan 2013
Posts: 64
Received Thanks: 25
Das Item Linking is eh totaler mist. (Pumbaaas Grundbau sagt schon alles)
Jeder vernünftige Admin würde sowas nicht in seinen Server einbauen.
Die Art und Weise wie der Code geschrieben ist, ist an sich fail und führt früher oder später zu Client sowie WS crashes, wenn man weis wie man die Lücken benutzt
SeriouS' is offline  
Thanks
1 User
Old 01/14/2013, 15:09   #30
 
elite*gold: 0
Join Date: Feb 2012
Posts: 90
Received Thanks: 16
#erledigt
MilKa* is offline  
Reply




All times are GMT +2. The time now is 06:04.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.