Forums
Games
Cyberpunk 2077 Thronebreaker: The Witcher Tales GWENT®: The Witcher Card Game The Witcher 3: Wild Hunt The Witcher 2: Assassins of Kings The Witcher The Witcher Adventure Game
Jobs Store Support Log in Register
Forums - CD PROJEKT RED
Menu
Forums - CD PROJEKT RED
  • Hot Topics
  • NEWS
  • GENERAL
    THE WITCHER ADVENTURE GAME
  • STORY
    THE WITCHER THE WITCHER 2 THE WITCHER 3 THE WITCHER TALES
  • GAMEPLAY
    THE WITCHER THE WITCHER 2 THE WITCHER 3 MODS (THE WITCHER) MODS (THE WITCHER 2) MODS (THE WITCHER 3)
  • TECHNICAL
    THE WITCHER THE WITCHER 2 (PC) THE WITCHER 2 (XBOX) THE WITCHER 3 (PC) THE WITCHER 3 (PLAYSTATION) THE WITCHER 3 (XBOX) THE WITCHER 3 (SWITCH)
  • COMMUNITY
    FAN ART (THE WITCHER UNIVERSE) FAN ART (CYBERPUNK UNIVERSE) OTHER GAMES
  • RED Tracker
    The Witcher Series Cyberpunk GWENT
THE WITCHER
THE WITCHER 2
THE WITCHER 3
MODS (THE WITCHER)
MODS (THE WITCHER 2)
MODS (THE WITCHER 3)
Menu

Register

Can't rest

+
N

nayava

Senior user
#1
May 9, 2008
Can't rest

  • I followed the instruction on D'jinni-Wiki: Resting places.
  • The template is m0_wp_standard.
  • The tag is meditate. (I also tried mediate like in the picture)
  • Area properties - Gameplay - No resting allowed is false
  • The gameplay conversations action type is sleep
Could someone tell me why there is no symbol for resting in the characters dialogue?
 
T

thingol

Senior user
#2
May 16, 2008
I have the same problem.I used the "sleep" option in the dialog properties,In the dialogI can ask for "rest"it goes on with "5 Orens" and automatically further with "no interest/bye", without any choice or sleep-icon.who can help?
 
S

SirHooke

Senior user
#3
Sep 19, 2008
I have exactly the same problem as the original poster.I followed the instructions in the wiki but, still, I cannot rest.
 
C

Corylea.723

Ex-moderator
#4
Oct 29, 2008
What's been driving me nuts all day today and half of yesterday is that I can't give Geralt the opportunity to sleep at the inn. I set "Can't rest" to False in the area attributes. I make a conversation with the innkeeper where Geralt has a conversational entry that's marked "gameplay" and "sleep." I have a waypoint with the tag "meditate." According to two different wiki tutorials, this should be all I need for Geralt to meditate up a storm, but nooooo.I open up "Side Effects" in Djinni and look at the Hairy Bear. Conversation, check. Area properties, check. Hmm, they're using the "info" waypoint, whereas the tutorials say to use the "standard" one. I change my waypoint to info. No change in actual behavior.I open up "Deception," and they're using the standard waypoint, with the same conversation and area stuff. I test play Deception and try to sleep at the inn, but the barmaid never gives me that opportunity. Then I remember that I slept there when I was playing for real just by clicking on the fire, that I wasn't able to get a conversational opportunity to sleep there then, either.I play "Side Effects," and yep, Geralt gets the opportunity to rent a room there. I look at the conversation, area properties, and waypoint, and mine all have the same settings. I change my conversation from something snappy to two lines: "Welcome to my inn" and "I'll rest and prepare." Nope, the longer conversation didn't make me screw up, because this one doesn't work, either.I'm tearing my hair out, and then I start to wonder if there's something they didn't mention in the tutorials, the way they don't mention actually activating spawn sets in the tutorial on spawn sets, so there's a second page that's just for mentioning that you have to include a script to activate it. I look at the scripts in "Side Effects" and see a lot of half-understood stuff, but nothing that looks as if it deals with meditation.Oh, Gods of Djinnni, what have I missed? If I send you chocolate or rub your feet or something, will you tell me the secret of sleeping in the lousy rotten inns? Not that I'm woefully frustrated or begging abjectly or anything like that. :D
 
G

Gamewidow

Forum veteran
#5
Oct 30, 2008
I gave up trying to do it that way ... so i let Geralt meditate for free for now (until i can figure it out) ... that works just fine (make the fire -- or whatever you want to use as your resting trigger -- useable and add to the On Used field under scripts "ob_fireonuse"otherwise, i think we all await Ailinon (or Sinus') wisdom :)
 
N

nayava

Senior user
#6
Oct 30, 2008
I gave it up too long ago. And now I think just placing a fire place in every area is a better solution anyway.
 
G

Gamewidow

Forum veteran
#7
Oct 30, 2008
that's exactly what we did ;)
 
K

Kageru

Senior user
#8
Oct 30, 2008
AFAIR area in which you want to rest must have tags safe and indoor.
gamewidow said:
I gave up trying to do it that way ... so i let Geralt meditate for free for now (until i can figure it out) ... that works just fine (make the fire -- or whatever you want to use as your resting trigger -- useable and add to the On Used field under scripts "ob_fireonuse"otherwise, i think we all await Ailinon (or Sinus') wisdom :)
Click to expand...
You could write script like this:
Code:
void main(){object oPC = GetFirstPC();object innk = GetObjectByTag("innkeaper");object way_med = GetObjectByTag("meditate");TakeGoldFromCreature(5, oPC);GiveGoldToCreature(innk, 5);AssignCommand(oPC, DelayCommand(0.2, ActionJumpToObject(way_med)));AssignCommand(oPC, Meditate(oPC));}
 
G

Gamewidow

Forum veteran
#9
Oct 30, 2008
that looks good, but does it use the sleep/meditate icon ?
 
K

Kageru

Senior user
#10
Oct 30, 2008
Sorry there was small mistake in the script, it's ok now.
gamewidow said:
that looks good, but does it use the sleep/meditate icon ?
Click to expand...
You should give this script in conversation:A: "Pay 5 orens"B: "OK" - here in action script you ouhgt to give my script, it doesn't need any tags.Tags safe and indoor are only required when you want to sleep by this icon(and in sleep gameplay you can choose if Geralt have to pay sth, so you don't need the script).
 
G

Gamewidow

Forum veteran
#11
Oct 30, 2008
but that is the whole point, people want to be able to have the sleep/meditate option from innkeepers and to require payment ... your script is nice, but I could already do that :)thanks anyway :peace:
 
K

Kageru

Senior user
#12
Oct 30, 2008
I told you that when conversation type is set on gameplay -> sleep, then first parametr is price. Your area just must have tags safe and indoor. Sometimes people want to start meditate after conversation, not by icon, then the script is useful.
 
G

Gamewidow

Forum veteran
#13
Oct 30, 2008
i got that, thanks :)
 
N

nayava

Senior user
#14
Nov 1, 2008
I tried it. My area has save an indoor, but it still do not work. There is no sleep icon.
 
G

Gamewidow

Forum veteran
#15
Nov 1, 2008
i meant that i understood what he said, not that it worked for me either :(
 
N

nandusso

Senior user
#16
Nov 1, 2008
I meditate only and strictly by script ;) ... but anyway I've tried as Kageru said:Area tag - indoorDescriptive properties - interiorSafe during day - trueSafe during night - truea waypoint with tag "meditate"a dialog line conversation Action Type - sleep, Action Param 1: Price - 5.. and it works!bye
 
C

Corylea.723

Ex-moderator
#17
Nov 1, 2008
nandusso said:
I meditate only and strictly by script ;) ... but anyway I've tried as Kageru said:Area tag - indoorDescriptive properties - interiorSafe during day - trueSafe during night - truea waypoint with tag "meditate"a dialog line conversation Action Type - sleep, Action Param 1: Price - 5.. and it works!bye
Click to expand...
You're right, it does work. The one thing that seems to have been missing in both of the tutorials in the Wiki was "Area tag - indoor." Thank you so much!!! Thanks to Kageru for providing this information, and thanks to you for clarifying that he meant "Area tag" and not just "Descriptive properties."Edit: I've added this information to the two Resting tutorials in the Djinni Wiki.
 
N

nayava

Senior user
#18
Nov 1, 2008
Thanks. I did not noticed the tag too.
 
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email Link
  • English
    English Polski (Polish) Deutsch (German) Русский (Russian) Français (French) Português brasileiro (Brazilian Portuguese) Italiano (Italian) 日本語 (Japanese) Español (Spanish)

STAY CONNECTED

Facebook Twitter YouTube
CDProjekt RED Mature 17+
  • Contact administration
  • User agreement
  • Privacy policy
  • Cookie policy
  • Press Center
© 2018 CD PROJEKT S.A. ALL RIGHTS RESERVED

The Witcher® is a trademark of CD PROJEKT S. A. The Witcher game © CD PROJEKT S. A. All rights reserved. The Witcher game is based on the prose of Andrzej Sapkowski. All other copyrights and trademarks are the property of their respective owners.

Forum software by XenForo® © 2010-2020 XenForo Ltd.