Jump to content

boaspessoal

Member
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

About boaspessoal

Informations

  • Gender
    Not Telling

Recent Profile Visitors

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

boaspessoal's Achievements

Collaborator

Collaborator (7/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

8

Reputation

  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.
×
×
  • 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.