Jump to content

Volvox

Active Member
  • Posts

    249
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by Volvox

  1. What do you mean ? With 98% of user costume work perfect.
  2. Can you reproduce this Header 35 error or is it everytime 35 ? Sometimes he give random header numbers if Something on Packet.h is not equal
  3. check syserr on DB. It looks like he flush them wrong
  4. Just put the file to "/usr/home/game/share/exppettable.txt"
  5. he cant read pet-exp table std::string temp_exp_line; std::ifstream exppet_table_open("/usr/home/game/share/exppettable.txt"); /*if (!exp_table_open.is_open()) return 0;*/ int exppet_table_counter = 0; int tmppet_exp = 0; while (!exppet_table_open.eof()) { exppet_table_open >> temp_exp_line; str_to_number(exppet_table_common[exppet_table_counter], temp_exp_line.c_str()); if (exppet_table_common[exppet_table_counter] < 2147483647) { sys_log(0, "Livelli Pet caricati da exppettable.txt: %d !", exppet_table_common[exppet_table_counter]); exppet_table_counter++; } else { fprintf(stderr, "[main] Impossibile caricare la tabella exp valore non valido\n"); break; } }
  6. you need to add to UserInterface: PythonSkillPet.h & PythonSkillPet.cpp on the last error... you read what is written there...
  7. He use in the class the function without additional 0
  8. You need to add the additional file/ files to the project. Richtclick on UserInterface. Add->existing->choose the file
  9. self.but_propose = DropDown(self,'Viteza switch',0) try this
  10. the define is wring in one questlua file. check the questlua_newpet or stng like that. The Define is miss-spelled
  11. Latest Update: [Hidden Content] includes all fixxes and some improvements
  12. Have a other problem. He use to show items: CShopEx::AddGuest() But when i buy something, he use: pkShop->Buy() This Buy is shop.cpp and not shopex.cpp So the Buy of shop.cpp does not know the items from shopex. So everytime m_itemVector.size() = 0 And so i cant buy items on shopex
  13. Its easy to change font, i wanna add new font
  14. Version of Files : XXX Hi, I wanna add a new font (.ttf) to my client. I've tried to use "AddFontResourceEx()"(Binary) and on root "fontname":"xxx" But it does not work =( Maybe somebody already have done this and can give me a useful hint. thanks
  15. When i click on button, he teleport me, but client close on loading screen. When i start client, iam on right map. Syserr looks good =/ [Hidden Content]
  16. [Hidden Content] new DL link. IDK how to edit post ^^
×
×
  • 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.