Jump to content

Kurosaki

Inactive Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Kurosaki

  1. Next time put bigger screens.

    I cannot see I'm legally blind.

     

    I dont know, why... the images are very small.

    But... i think and say... the people need bigget images.

    I put under image the URL of the original image (big).

     

    regards bro and thanks!!

     

    ________

    EDIT:

     

    fuck!! the real images were bigger... I dont know what happened..!!

     

    ______

    NEW EDIT!!

    Refresh the image F5, sometimes!! and boom!! magic!!

    I see the big image.

  2.  

     

    use vss 2013

    Not...

    I follow step by step how to said the guide.

    I use VS 2008

     

    man, do not you understand? Use VSS 2013.
    2013 Vss automatically update to fisierel. As can be compiled on VSS 2013.

     

     

    ahhh!! sorry.

    I understand you post, as a question.

    use vs 2013? haaha

    ok ok.. I will be VS 2013.

    I test!! thanks!!

     

     

    PD:  other question!!

    How to I vincule the include files and library files using vs 2013?

  3. Hi dev (Sorry, my english is very poor and bad)

     

    I need help.

    Following this Guide ->

    When i start the debug process (select release)

    get a windows:


    9245572sin-ttulo.png

    link, big image: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

     

     

    In the label NOMBRE DEL ARCHIVO EJECUTABLE
    i have 2 options
    - regsrv32
    - examinar... (explore...)

    I select the first option (regsrv32)
    And get me other window (a error)

    9245578sin-ttulo.png

    link, big image: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

     

    English:
    Deppuring information on "regsrv32.exe", can not be found or not exist it.
    would you continue the debugging process?
    Select -> YES

     

    three seconds later. the process is stop.

     

     

    9245581sin-ttulo.png

    link, big image: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif


    SURE: I select the include files and lib files in VC++ Directories.

     

    HELP ME!!!

  4. Even in binary client?

     

     

    packet.h server

    packet.h client

     

    change packet points to long long

    Only modify these files?

    Is not necesary modify

    - tables.h

    - char.cpp

    - char.h

     

    regards and thanks.

    PD: i can not work this.

    ___

    EDIT and ADD:

    Where are the packet.h file of client?

     

    I used a created client... I not use a cliente compiled for me.

    Or perhaps I create my own client using novaline?

  5. Even in binary client?

     

    i dont know!! I used cliente mt2RAGE

    but the problem is that...

    when I login, the server put out me.

     

     

    Here the changes!!

    This is OK? -->

    char.cpp

    //INT CHARACTER::GetAllowedGold() const
    long long CHARACTER::GetAllowedGold() const
    {
    	if (GetLevel() <= 10)
    		return 100000;
    	else if (GetLevel() <= 20)
    		return 500000;
    	else
    		return 50000000;
    }
    

    char.h

    typedef struct character_point
    {
    	long			points[POINT_MAX_NUM];
    
    	BYTE			job;
    	BYTE			voice;
    
    	BYTE			level;
    	DWORD			exp;
    	//int			gold;
    	long long		gold;
    
    

    tables.h

    typedef struct SPlayerTable
    {
    	DWORD	id;
    
    	char	name[CHARACTER_NAME_MAX_LEN + 1];
    	char	ip[IP_ADDRESS_LENGTH + 1];
    
    	WORD	job;
    	BYTE	voice;
    
    	BYTE	level;
    	BYTE	level_step;
    	short	st, ht, dx, iq;
    
    	DWORD	exp;
    	//INT	gold;
    	long long	gold;
    

    lenght.h

    	//LIMIT_GOLD
    	GOLD_MAX = 999000000000,             //before 2,000,000,000
    	MAX_PASSPOD = 8 ,
    	//END_LIMIT_GOLD
    
  6. Hi friends. (my english is bad)

     

    I want increase the limit maximum of gold (yang).

    It use data type INT, and this only allow me increase the yang to maximum  2,147,483,647

    I want increase this limit to... by example 999,000,000,000 ( nine hundred ninety nine thousand millions )

    I changed the values and data types in

    - char.cpp

    - char.h

    - tables.h

    - lenght.h

     

    But I have not success.

    help me!

  7. open common and search lenght.h

    lenght.h

    WEAR_MAX_NUM    = 32,
    //LIMIT_GOLD
    GOLD_MAX = 2000000000,        
    MAX_PASSPOD = 8 ,

    // GOLD_MAX = 2000000000, change to GOLD_MAX = 2000000000LLU,

     

    What mean the prefix, at the end of the numbers ( LLU )

    this works for change the maximum value to 999,000,000,000 (nine hundred ninety nine thousand millions)

    ???

     

  8. Hi brothers. Sorry for my english... this is poor and bad-

     

    I will post as example (the dogs lv. 1)

    When i am lv 1 - 12
    and kill one dog, i give 10% experience
    that is to say (i.e.)
    when i am lv 1, i need 300 point experiencie, and one dog give me 30 points (10%)

    when i am lv 2, i need 800 point experiencie, and one dog give me 80 points (10%)

    when i am lv 3, i need 1500 point experiencie, and one dog give me 150 points (10%)

    when i am lv 4, i need 2500 point experiencie, and one dog give me 250 points (10%)

    when i am lv 5, i need 4300 point experiencie, and one dog give me 430 points (10%)
    etc...

    when i am lv 17 o more, each dog give me onlye 81 points of exp.
    will be lv 50, 60, 80, 99, 120... always give me 81 points (ordinary)

    BUT...
    when i am lv 12 - 16
    and kill and bear, white tiger or soldier white sacrament. its give me 10% exp.

     

    by example, In lv 14, I need 100,000 exp points

    any mob (of this) Give me 10,000 points (10%)

     

    Mi Core have not any quest.
    I want change this, from the source code.

    thanks!!!

  9.  

     

    Vanilla Quote

    .

     

    At first we need to have a look at our Makefile.

    Make sure you edited the Line SVN_VERSION so you won't receive any errors. Try it e. g. to SVN_VERSION = mt2

    Where are the Makefile?

    Here? --> /usr/ports/lang/gcc49

    In this makefile... I dont see the Line "SVN_VERSION"

     

    =)))))))))))))))))))))))))))))))))))))))))))))

     

     

     

    Sorry.. I am a SUPER Noob xD

    I dont see the line SVN_VERSION ..

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.