(New message)
Subject review (reverse sequence)
Posted by
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator
Date
Tue 04 Mar 2003 12:32 AM (UTC) [ quote
]
Message
There have been heaps of posts about doing a wait, try looking for ones by Kris, he tried it a while back.
The simple answer is that the server cannot "wait" in the middle of its code, if it did the other players would hang.
Thus, your code would send "You start casting." and "You stop chanting" in quick succession.
Look at the other posts for other ideas.
- Nick Gammon
www.gammon.com.au, www.mushclient.com top
Posted by
Last
(1 post) bio
Date
Tue 25 Feb 2003 04:19 PM (UTC) [ quote
]
Message
Hi, I've been looking at the do_cast function in magic.c for a couple of days now but can't figure out WAIT_STATE. I've fiddled around with it and am trying to make the lag occur in between the start of the cast and end of the cast, instead of after the cast.
So I've sort of modified the code so that we basically have
send_to_char("You start casting.\n\r", ch);
WAIT_STATE(ch, skill->beats);
send_to_char("You stop chanting.\n\r", ch);
but it always ends up with lag occurring even after "You stop chanting". Why does this happen?
I took a look at the vamp part of the code and it uses the add_timer function. What's the difference between using WAIT_STATE and add_timer?
Thanks
Last top
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,295 views.
Reply to this subject
Start a new subject
  Refresh page
Go to topic:
(Choose topic)
Area Editor: Bug reports
Area Editor: General
Area Editor: News and updates
Area Editor: Suggestions
Area Editor: Tips and tricks
Dawn of Time: Administration
Dawn of Time: Configuration
Dawn of Time: Installing/compiling the server
Dawn of Time: New Dawn Muds Announcements
Dawn of Time: Playing
Dawn of Time: What is Dawn of Time (Dawn)?
Electronics: Microprocessors
Electronics: Operational Amplifiers
Forum: About
Forum: Announcements
Forum: Mailing other users
Forum: Problems
Forum: Registering
Forum: Searching
Forum: Subscribing
Forum: Suggestions
Forum: Test
Forum: Time zones / time display
Forum software: Administration
Forum software: Installation
MUDs: Announcements
MUDs: General
MUDs: MUD Design Concepts
MUSHclient: Announcements
MUSHclient: Beta testing
MUSHclient: Bug reports
MUSHclient: Development
MUSHclient: General
MUSHclient: Getting Started
MUSHclient: International
MUSHclient: Jscript
MUSHclient: Lua
MUSHclient: Miniwindows
MUSHclient: MXP and Pueblo
MUSHclient: Perlscript
MUSHclient: Plugins
MUSHclient: Python
MUSHclient: Suggestions
MUSHclient: Tips and tricks
MUSHclient: VBscript
MUSHclient: Wine
PennMUSH: Compiling the server
PennMUSH: Running the server
Programming: General
Programming: STL
Quilting: General
ROM: Compiling the server
ROM: Running the server
SMAUG: Commands
SMAUG: Compiling the server
SMAUG: Lua
SMAUG: Running the server
SMAUG: SMAUG coding
Search the forum
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )