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-nmm7 (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-nmm7 (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-nmm7 (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
INI Configurations BUG
Author Message
deco
Apprentice
*

Posts: 10
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #1
INI Configurations BUG
Bug:

In Sphere.Ini we can find this configs:

// Allow casting while equipped
EquippedCast=0

// Words of power for player using magic
WOPPlayer=1

If I disable WOPPlayer (i've rewrited the WOP sys) automatically the equipped cast will be allowed even if EquippedCast is equal to 0.

So, If I have WOPPlayer=0 and EquippedCast=0 players CAN CAST with equipped weapons (that not considers the other configuration)
04-17-2012 03:17 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #2
RE: INI Configurations BUG
I can't test it right now, but I can confirm your bug by just looking at the code.
I'll fix it ASAP.

Thank you.
(This post was last modified: 04-17-2012 02:47 PM by SystemMod.)
04-17-2012 02:47 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #3
RE: INI Configurations BUG
ShiryuX, after you fix it, can you give us some more implementation details... is it anything in either hand layer (shield, spellbook, lantern, instrument, wand, etc), or is it checking the item in the layer for specific types (i.e weapons specifically)?
04-18-2012 07:42 AM
Find all posts by this user Like Post Quote this message in a reply
deco
Apprentice
*

Posts: 10
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #4
RE: INI Configurations BUG
About the WOP, if u can put the speech mode equal to 10, it will be good cause razor can identify this speech mode (some players like this to use the functions of color spells or show the name o spell in razor)

The mode used now is 3, but it is to speech, spells = 0x10
(This post was last modified: 04-18-2012 09:53 AM by deco.)
04-18-2012 09:51 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #5
RE: INI Configurations BUG
Sphere was doing the following:
- Check if you have wop, set true/flase to local.wop
- Check if you have wands (wands don't use wop), set true/false to local.wop
- Check for equippedcast ini setting & local.wop

So, the wand check was for not unequipping the wand and also it used the same variable for wop, which is logical, but if you have a setting for wop it isn't logical at all.
The system checks if you're casting from an item, if so, check if you're using a wand or scroll. If you don't use a wand, check for layer_hand1 and layer_hand2 and unequip.
04-18-2012 01:07 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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