Jump to content

boaspessoal

Member
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by boaspessoal

  1. Hello! If anyone would be so kind as to provide the textures for these edits on the black steel plate, I would greatly appreciate it. Thanks
  2. You could always just treat that specific NPC like a PC through ::SetRace in ActorInstanceData(register all the body parts) and add the part like it's attaching an actual weapon to the model. Here's how I did it:
  3. Hello, I set up recently a system to bind special effects to a slot for armor and weapon. The issue appears when I relogin or warp to another map, while the body part seems to load in, the weapon has no effect. Everything works if I unequip and equip it back, it just doesn't seem to register the parts for the weapon effect when I load in. To be clear, the slot still has the item and is reading its value like bonus etc it's just the effect itself which is attached to the part the one that isnt working. What might be causing this issue? Thanks
  4. also looking for at least a clue as to how this can be done(attaching objects like weapons seems to preview fine in worldeditor but doesnt show in game for example)
  5. I would suggest hetzner, though you do need to be verified
  6. perhaps a way for GMs(through some item) or NPCs to give quest rewards through mailbox(not needing to have any concerns regarding inventory/safebox space) to players so they can pick them up whenever they please, would be a nice addition to this system. nevertheless, an amazing contribution, as always!
  7. kind of a bummer that the cinematic system didnt make it to this version(or at least i cant seem to find it anywhere mentioned in the files)
  8. Try checking in C/C++ if there's a tab called language
  9. right click on project(UserInterface), this pops up -> -> Properties -> General
  10. if you're using a recent vs version, you should have this option when checking the properties of each project: use c++17 or above on UserInterface and try again
  11. seems like a C++ version issue, are you sure you're compiling the client using v141 toolset(instead of just having it available)?
  12. Hey, recently I upgraded my client source so it could compile with the latest C++(which meant I also upgraded boost, DevIL, etc), in the process of doing so I had to change a couple variable types(for example from byte to std::byte or in some cases, to cryptopp::byte). At first glance, there are no new errors in the client and everything seems to be working as usual, should I be worried about something breaking? How should I check for most things being unstable/breaking? Thanks
  13. I'm guessing you want to remove the quest scroll? If so, use clear_letter() Otherwise, consider sending them to another state after the mission is complete so it won't loop itself.
  14. goto statement is only available in lua 5.2+(metin2 original source uses 5.0)
  15. what do you mean normal system? quest scrolls don't work at all(either by recvquest or binary_recvquest)
  16. Check your protoreader.cpp syntax, perhaps it only allows separating flags by a '|'(in int get_Mob_RaceFlag_Value search for: string* arInputString)
  17. Check for the order in constants.cpp, also consider using the IsStone condition instead of creating a new raceflag for metin stones(pointless).
  18. Yes, but I don't think either of these functions are the issue, I have put a debug message on both of them and it never shows up, leading me to believe they're not being called at all from the binary(which I have no idea why is happening)
  19. still having this issue, willing to pay for a fix
  20. Hello, I was thinking about upgrading the lua version from 5.0 to 5.3 but wasn't too sure how that would end up breaking the game. Basically what I'm asking is will upgrading the lua require me to change a huge deal of the original source(from lua_tonumber to lua_tointeger for example, in all files), or are there very few dependencies that can be worked around since it functions basically the same? Thanks
  21. Hello everyone, ever since I found this skin type in questlib and later on in the source I've been intrigued at how it works and what happened to it. Is it supposed to actually run cinematics or just change up the quest window to make it look "fancier"? From my tests with party.show_cinematic it works barely but it looks like either most of its code is completely missing or not working properly. Also, does anyone know the backstory of this skin? Why was it dropped? Definitely would've made some instances feel fresher. Cheers
×
×
  • 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.