Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

techprince

Allies
  • Posts

    11
  • Joined

  • Last visited

Everything posted by techprince

  1. Not yet and my 3 mods are hidden since days due to this
  2. Even with three variables currenthealth, basehealth, currenthealthpercentage i still cant calculate max health because of this problem. SKSE 1.7 provides access to ActorValueInfo. I will use that function.
  3. The return value of this function is NOT between 0-1 as wiki page stated, its wrong. After some testing, the base value is treated as 100% and any temporary modifiers gets added into it. So all the examples of calculating max health will return false values. Ex : 100 base health (GetActorValuePercentage returns 1.0); +35 health temporary buff (GetActorValuePercentage returns 1.35) So is there any other way to get an actors maximum health after getting damaged? (without calculating it before getting damaged) or is there any way to obtain the temporary modifier / damage modifier of health / stamina / magicka attribute?
  4. I am adding an ability to a NPC with scripted magic effect. The magic effect has following flags : No Duration, No Hit Event, No Area, Hide in UI. Problem is whenever i fast travel or teleport to a cell, this magic effect disappears. Ability is running but magic effect disappears. I tried every flag but it keeps disappearing.
  5. Damn nvm. One more question. SKSE has functions for "Tree" form. How i am suppose to declare tree object in papyrus in order to access these SKSE tree functions? (SKSE 1.6.16)
  6. I am trying to get the location reference which is under that marker so if this is not possible, a way to mark dynamic locations. So i can move objects to that location
  7. No not that... player can place one custom marker on the map by default (marker that shows a dialog box for placing and moving). I need to get handle to this marker.....
  8. Ya but how am i suppose to get that single custom map marker reference out of it.
  9. Marker that player can put on the map. Location reference via this marker.
  10. Hello, i am trying to get the handle on players custom map marker. Is it even possible?
×
×
  • Create New...