Jump to content

Shizurake

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Shizurake

  1. Hello everyone, please could anyone help me how to increase skills? I was "playing" with some files because I was increasing max character level to 1000 and getting more attribute points, but now I can´t use skills. When i click the + sign on any spell maybe 17-20 times, I can´t "add" it anymore, but the skill still doesn´t show any number of it´s level, and I can´t use that skill. What did I mess up? Please tell me how to repair my skills ? Thanks

  2. On 11/23/2014 at 11:34 AM, Galet said:

    Ok so :

     

    questlua.cpp

     

     

     
    ch->PointChange(POINT_STAT, ((MINMAX(1newLevel90) - ch->GetLevel()) * 3) + ch->GetPoint(POINT_LEVEL_STEP)); 
    

     

     

     

    Edit the 90 to your level.

     

    char.cpp

     

     

     
    if (GetLevel() < 91PointChange(POINT_STAT1); 
    
    [/php]

     

     

    Change 91 by the level set in questlua +1. :)

     

    Have a great day :D

    Hi, please I found this thread now, but I don’t have that in questlua.cpp. Did that PointChange move somewhere else? I want to get attribute points until lvl 1000. I set 1001 in char.cpp, but I can’t find PointChange anywhere. Any help please? 

  3. 1 hour ago, CantSt0p said:

    First of all, those two documents you found out in Client22.rar are not meant to be in "pack" folder.
    You need to open the whole Client22 project in Visual Studio, edit mentioned files and build the solution.

    Oh thanks, I got it finally working ? I just want to ask, does anyone know how to get more attribute points? What should I change in what file? 
    i set lvl 1000 as maximum level, but I got only 270 attribute points. I would like to get attributes to lvl 1000, and to set maximum attribute possible from 120 ( or what is the max right now ) to 1000 for example

  4. Hello, please could someone help me with this problem? After I increased maximum level to 1000 ( I followed the guide, rewrote a lot of files ), then compiled the server and there were 0 errors, everything looks OK and all. But at the end of the guide there were 2 files that I should rewrite in my client ( packet.h a pythonguild.h ) , but I didn’t find those files in my client. I found them in some rar named Client 22 or something like that, so I rewrote them and moved them into “pack” ot my client, but I suppose that is bad location for those files ( all other files ended by .epk and .eix, not .h like these 2 files ). Where am I supposed to put those files pythonguild.h and packet.h in my client? 
    I can connect to my server, but when I make a character, name it for example test1, the character creates, but when I click start all I get is a warning saying to change the name of the character, so I put test2 into it, click OK and nothing happens. Characters name is still test1, and when I click start to enter the game, nothing happens at all. Thanks for your suggestions.

×
×
  • 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.