Jump to content

EisTee

Inactive Member
  • Posts

    25
  • Joined

  • Last visited

  • Feedback

    0%

About EisTee

Informations

  • Gender
    Male

Recent Profile Visitors

1089 profile views

EisTee's Achievements

Contributor

Contributor (5/16)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

5

Reputation

  1. Hello Community If i want compile my client c++ express give that error fatal error C1900: Inkompatibilität zwischen "P1", Version "20080116", und "P2", Version "20070207"
  2. Hello, i have a problem when i use the pc.give_exp2, pc.give_exp or pc.give_exp_perc function then the levelup trigger not work
  3. Hello, the link from the orc maze map is down, have anyone a reuPload link? Sorry for my english
  4. Hi, someone know if is possible get the current hp of the summon pet?
  5. Hello Com, How i can Change the Count for the Skill Books there i must read to get my Skill G1? I want Change the Count to 10
  6. Hello Guy's, A small Question, i want make a small if statemant with the value of a column in item table but i'm a noob in c++ how can make it? I want check if the value in the column is 1 if yes then return
  7. Hello, I need a C++ Developer for a small Item Funktion. Skype: eistee.epvp
  8. Hello, I want change the max gold, i have make the serverside part complete but what i must change in the client src?
  9. Hello Community, I have a question , i want output the lokal time in the game source in a chatpacket . Example: ChatPacket(CHAT_TYPE_INFO, LC_TEXT(" The Time: Hours:minutes:Seconds "), Thx for help:)
  10. in main.cpp //pet table string temp_pet_line; char szpetTable[256];snprintf(szpetTable, sizeof(szpetTable), "%s/Pet_Exptable.txt", LocaleService_GetTablePath().c_str()); ifstream pet_exp_table_open(szpetTable); if (!pet_exp_table_open.is_open()) { sys_err("Failed to Load [%s]", szpetTable); return; } while (!pet_exp_table_open.eof()){ pet_exp_table_open >> temp_pet_line; str_to_number(exp_table_pet[exp_pet_counter], temp_pet_line.c_str()); exp_pet_counter++;} exp_table_counter = exp_table_counter - 1; exp_pet_counter = exp_pet_counter - 1; constants.cpp DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; constants.h extern DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; .. this is how to load exptable But how we can enable that the pet can get Level up ?
  11. Hello, I have a small problem when i want compile the vanilla source Error:
  12. Hello Community, I have a question, how i can disable Gold drop in the Source? But i want not disable complete, i want that the gold get only in the inventory.
  13. When i want compile the binary src there come me this error [Hidden Content]
×
×
  • 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.