Jump to content

Adddirl

Member
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

About Adddirl

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Adddirl's Achievements

Enthusiast

Enthusiast (6/16)

  • Collaborator
  • One Year In
  • One Month Later
  • First Post
  • Conversation Starter

Recent Badges

2

Reputation

  1. Still trying to solve the problem. As i said, sometimes there are quest that works, others wont, just when i use ./make_quest again and recompiled everything, some quest shown up but others wont like this: [Hidden Content] I figure out that the problem could be at my pre_qc.py ("python pre_qc.py levelup.quest" doing nothing for me, no error but no compile too). I used the pre_qc.py version that is in this web, the renewal make_quest that is in this web too but nothing still works. I revised the entire code trying to find anything that i could implemented wrong, but nothing. I change the permission of the "object" folder to see if anything changes, but no. I delete the entire object folder to just compile some quests like levelup.quest, main_quests, some subquests and scrollquests but anyone of theese shows at the same time, so i feel like there is something obvius im not seeing Any solution?
  2. Little update. I found something weird. If i /make_quest, cause all quests are reimplemented, then there is some quest that appear in the quest page ui window. But it is different everytime i reimplemented them. Any solution?
  3. Well. I was trying different systems and changing things, but i couldn't reach the fix so... Im still in the same place. I got different errors, but at last i got to the same place, number of quests in the icon but nothing in the visual ui "page_quest".
  4. Im on it, im going to update as soon as i can T.T
  5. I just finish to install this system but for some reason, there are no quests in the window [Hidden Content] If i press Control + Q, it appears the icon of the quest with the number of available quests, but anyone appear in the questlog. I got no errors, no problems at compile, anything at sysrr... I added the quests to the questcategory.txt, all the code at game, client and binary but it is still not working. What file i can check?
  6. Its just a fast question its possible in .msm files, to make in this part Group HairData01 { HairIndex 1 Model "hair/hair_1_1.gr2" SourceSkin "hair/hair_1_1.dds" TargetSkin "hair/hair_1_2.dds" } something to make two source and target skins? i mean, i want my model to change eyes and hair color when using a tint, its possible? EDIT- Well, i found a way to do it just typing in the browser. I couldn't found anything before because i was using the google bar so, there it is: #close
  7. Ey. I was adding a specular system and i noticed my client is crashing for this specific line with no error sysrr cfg.Set(cfg.SAVE_CHARACTER_SLOT, "slot_{}".format(name), self.slot) I added to the client source the PythonConfig.h, PythonConfig.cpp and PythonConfigModule.cpp as it required to work properly. I got no errors at compiling the client ejecutable itself. I really dont know if the problem is in the module itself or the code syntax of Set. PyObject* poModule = Py_InitModule("cfg", s_methods); Im getting some errors to compile the debug version for some reason, so my theory is that the game is reading the module (cuz no sysrr) but the syntax or the code itself didnt work. As u can expect, i just know the basic, that's is why im asking there This is the code of Set im i missing something?¿
  8. Ey! I was trying to install some system but i get a problem with some of the files (pythonconfig.cpp and .h) I was trying to add some reference files from minIni but still get this problem. Is there any file i missing? im not too good at understanding these things :S [Hidden Content] is there anything i can do?
  9. Hi, i was trying to compile the source of the server in freebsd, no prob if i gmake from the root folder, but if i try to compile from /game/src, it gives me errors everytime. I tried to investigate, changing things and editing some files but nothing works. Im little desperate cuz im on this before thu: there is the error itself from makefile: [Hidden Content] there is my makefile from /game/src/ ty in advance :S
  10. #solved I just solved the problem. As i said, the solution was simple, something i didnt know cause i never touched 3d program in my entire life. This post was my solution so good luck if someone get to the same problem
  11. Yep, everything seems to be okay. Maybe something related to the model? idk, i just coppied the entire lines from other files and replace with the name of my model and animations. Anyways, the npc seems right, he try to move and the animations are good, just he is stucked in place. I put the npc into a quest for summ him like mount, and happens the same. Anims right, just stuck in place
  12. Yep, i just check it. [Hidden Content] Seems normal but idk if there is something wrong. I tried to change the caps, but still the same
  13. Yes, like that. I know this thing is easy to fix but still didnt found the problem xD
×
×
  • 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.