[r34k+] ItemProtoConvert - oke

01/06/2014 01:08 ~Ok#16
Thanks, example have a error on type its auto convert failed type to 0 ? or support all metin2 type, bonus ?
01/06/2014 02:04 Nick#17
Quote:
Originally Posted by ~Ok View Post
Thanks, example have a error on type its auto convert failed type to 0 ? or support all metin2 type, bonus ?
It works with the complete table, if you've extra weapons you've to edit the "addon_type". However, for me everything was workin'. ;)
01/06/2014 05:02 #SoNiice#18
Quote:
Originally Posted by iCranK™ View Post
SoNiice aus irgendeinem Grund glaube ich dir nicht, dass du das gemacht hast...
DU KANNST EINFACH NICHT CODEN!!!! xD
Oder ist das C#?
Du kannst doch auch nichts anderes.. :-D - Außerdem code ich besser als du :awesome:
__

Kleiner Tipp, bei jenen, wo der Converter nicht geht, die Spalte muss 'locale_name' heißen und es geht hierbei um die CLIENT Itemproto.

v2 enthält nun beide 'name' - Typen.
01/06/2014 17:41 mobi69#19
Hallo! Was könnte das Problem sein? Bitte jemand helfen!
Danke![Only registered and activated users can see links. Click Here To Register...]
01/06/2014 18:51 .Krusty#20
Bei mir Funktioniert er auch nicht.
Habe ich irgend etwas falsch gemacht?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
01/06/2014 19:28 *Casi*#21
Quote:
Originally Posted by Sphinx² View Post
Hmmm... Ganz ok

Wie hast du den Ladebalken gemacht.
Hab schon dannach gegoogelt gehabt aber irgendwie bin ich nicht daraus schlau geworden.

Wäre n1 wenn du mir das sagen könntest.
Sonst ganz ok ;D.
PHP Code:
#include "stdafx.h"
#include <windows.h>
#include <stdio.h>

void DoProgresschar label[], int stepint total )
{
    
//progress width
    
const int pwidth 72;

    
//minus label len
    
int width pwidth strlenlabel );
    
int pos = ( step width ) / total ;

    
    
int percent = ( step 100 ) / total;

    
//set green text color, only on Windows
    
SetConsoleTextAttribute(  GetStdHandleSTD_OUTPUT_HANDLE ), FOREGROUND_GREEN );
    
printf"%s["label );

    
//fill progress bar with =
    
for ( int i 0posi++ )  printf"%c"'=' );

    
//fill progress bar with spaces
    
printf"% *c"width pos 1']' );
    
printf" %3d%%\r"percent );

    
//reset text color, only on Windows
    
SetConsoleTextAttribute(  GetStdHandleSTD_OUTPUT_HANDLE ), 0x08 );
}

void DoSome()
{
    
int total 1000;
    
int step 0;

    while ( 
step total )
    {
        
//do some action
        
::Sleep50 );

        
step+=1;

        
DoProgress"Update: "steptotal );
    }

    
printf"\n" );

}

int main()
{
    
DoSome();
    return 
0;

01/06/2014 19:48 #SoNiice#22
Quote:
Originally Posted by *Casi* View Post
PHP Code:
#include "stdafx.h"
#include <windows.h>
#include <stdio.h>

void DoProgresschar label[], int stepint total )
{
    
//progress width
    
const int pwidth 72;

    
//minus label len
    
int width pwidth strlenlabel );
    
int pos = ( step width ) / total ;

    
    
int percent = ( step 100 ) / total;

    
//set green text color, only on Windows
    
SetConsoleTextAttribute(  GetStdHandleSTD_OUTPUT_HANDLE ), FOREGROUND_GREEN );
    
printf"%s["label );

    
//fill progress bar with =
    
for ( int i 0posi++ )  printf"%c"'=' );

    
//fill progress bar with spaces
    
printf"% *c"width pos 1']' );
    
printf" %3d%%\r"percent );

    
//reset text color, only on Windows
    
SetConsoleTextAttribute(  GetStdHandleSTD_OUTPUT_HANDLE ), 0x08 );
}

void DoSome()
{
    
int total 1000;
    
int step 0;

    while ( 
step total )
    {
        
//do some action
        
::Sleep50 );

        
step+=1;

        
DoProgress"Update: "steptotal );
    }

    
printf"\n" );

}

int main()
{
    
DoSome();
    return 
0;

C++ ist aber kein C#, just btw. - Hättest du ihm aber auch per PN schicken können ;-)
01/06/2014 20:39 *Casi*#23
Quote:
Originally Posted by SoNiice View Post
C++ ist aber kein C#, just btw. - Hättest du ihm aber auch per PN schicken können ;-)
Denke er meint C++ den in C# ist es total einfach und hast recht PN wäre auch gegangen.
01/06/2014 22:02 #SoNiice#24
Quote:
Originally Posted by *Casi* View Post
Denke er meint C++ den in C# ist es total einfach und hast recht PN wäre auch gegangen.
Es basiert in C++ und C# auf dem selben System und daher ist es gleich "schwer", es wird einfach die beschriebene Zeile jedes mal neu geschrieben, mehr ist es nicht.
01/07/2014 05:39 *~.ιηνιη¢ιвℓє.~*#25
Jetzt einen für Mob protos und alle sind glücklich 😁
01/07/2014 09:27 #SoNiice#26
Quote:
Originally Posted by *~.ιηνιη¢ιвℓє.~* View Post
Jetzt einen für Mob protos und alle sind glücklich 😁
Wenn in der Client mob_proto denn alle Werte stehen, die auch serverseitig gebraucht werden, gerne.
01/07/2014 13:03 Sphinx²#27
Quote:
Originally Posted by SoNiice View Post
Wenn in der Client mob_proto denn alle Werte stehen, die auch serverseitig gebraucht werden, gerne.
Denke schon...
01/07/2014 22:45 ~Ok#28
SoNicee v2 work without error, thanks for update. And you think for EterPack version ? If you want make EterPack easy/gui version, you can help people.. Thank you again.

Regards, Döner.
01/19/2014 21:45 ZyoX#29
Quote:
Problem while converting.
Lösungsvorschlag? - Aktuelle item_proto.
01/22/2014 00:09 niquetamereputain#30
[Only registered and activated users can see links. Click Here To Register...]

???