Jump to content

Traceur3RUN

Inactive Member
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Traceur3RUN

  1. you mean 40k+ isn't working on freebsd.. explain your error or nobody can help you.. simply saying it isn't working isn't going to get anyone anyhwere i last time give error and anyone no help but okey here problems
  2. sure? so cant game start on freebsd x version on 64bit?? ref somone sugestion
  3. so i can change this to exp 9kkkk? unsigned32 to long long or unigned64?
  4. 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, common/tables.h search this: 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; // int gold change to long long gold go to game src search char.cpp and this INT CHARACTER::GetAllowedGold() const ///////change to long long idk if you want gold 2kk you need change only this : lenght.h GOLD_MAX = 2000000000, you say max gold 2kk but on source this is standart 2kk gold...
  5. hi how to fix license /usr/src/mainline/Srcs/Extern/python-2.7.3 idk where i can get this lib: _csv _ssl bz2 datetime
  6. hi someone know where i can fix this problem?
  7. he litle wrong change byte/int to long long
  8. You use SRC/server gmake? You Extern linking to use/src/mainline/SRC/Extern
  9. try use this game only for test [Hidden Content] look tables on mysql maybe destroy
×
×
  • 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.