The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
poison spell/combat
Author Message
richm
Journeyman
*

Posts: 58
Likes Given: 4
Likes Received: 4 in 3 posts
Joined: Aug 2014
Reputation: 0



Post: #11
RE: poison spell/combat
Blah, I am afraid I have mis-reported slightly. Hoping this makes it an easy fix though ;-)

I am GM all skills and poison an NPC, no initial damage but after 3 or 4 seconds it looks extremely sick and some damage is done. Then it is cured, blue bar, no more damage etc.

If I do .xpoison 1 it does nothing (this is where i went wrong before) but if I do .xpoison 1000 it works as it should.

So poison spell doesnt work, but src.poison 1000 does. Same results on a completely fresh server install.

Rich

Additional Info: Exact same results with fresh install of the last 56c release & script pack
(This post was last modified: 04-02-2017 04:31 AM by richm.)
04-02-2017 03:31 AM
Find all posts by this user Like Post Quote this message in a reply
richm
Journeyman
*

Posts: 58
Likes Given: 4
Likes Received: 4 in 3 posts
Joined: Aug 2014
Reputation: 0



Post: #12
RE: poison spell/combat
Still fairly certain this is a server bug. I found the issue though. The MORE2 setting on the i_rune_poison is not being set correctly. It is always 1.

This is a scripted fix, until something better comes along, if anyone else has this issue...

Put this on your main player event:

ON=@SPELLSUCCESS
IF (<ARGN1>==20)//ispoison
ACT.TIMERF 3, f_poisonfix <EVAL <ARGN2>/100>
ENDIF

[FUNCTION f_poisonfix]
IF <FINDID.i_rune_poison>
FINDID.i_rune_poison.MORE2 <ARGS>
ENDIF
04-05-2017 06:55 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes richm's post
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)