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
Hello guys, this time about spells
Author Message
Dullais
Journeyman
*

Posts: 65
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #1
Hello guys, this time about spells
Hi everybody !
This time its about spells.
So one thing is that, when casting spell i'am frozen, how do i remove that ?
The other thing is that Casting spell from spellbook don't take reagents. Why that ? (P.S. Iam casting by player not gm)
Other thing is how do i edit spells like polymorph ? I have made item that equiped give you the effect that i need, i replaces its layer with polymorph layer and added it to spell's @EFFECT, is that right way to do it or mby i can find somewhere find default spells and edit them ?
So basically mby there are some tutorials about editing spells and all around them ? For example i want to edit flamestrike dmg calculating other variables, not only magery. how do i do that ?
Sorry for dumb questions, it's just that i can't find anything useful on internet Sad
And Thank you all for support Smile
(This post was last modified: 03-16-2013 10:25 PM by Dullais.)
03-16-2013 09:34 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Hello guys, this time about spells
For reagents, by default they are disabled look at in sphere.ini :
// Magic requires reagents
ReagentsRequired=0

For the freeze, probabily you have this magic flag active, look at sphere.ini
// MAGICF_FREEZEONCAST = 0x0000020 // No movement whilst casting


For editing spells, every spelldef has it own @triggers ( Select,start,success and so on) you can do what you want in those ones
03-16-2013 10:36 PM
Find all posts by this user Like Post Quote this message in a reply
Dullais
Journeyman
*

Posts: 65
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #3
RE: Hello guys, this time about spells
(03-16-2013 10:36 PM)darksun84 Wrote:  For reagents, by default they are disabled look at in sphere.ini :
// Magic requires reagents
ReagentsRequired=0

For the freeze, probabily you have this magic flag active, look at sphere.ini
// MAGICF_FREEZEONCAST = 0x0000020 // No movement whilst casting


For editing spells, every spelldef has it own @triggers ( Select,start,success and so on) you can do what you want in those ones

As always, you are the best ! Thanks man Smile
03-16-2013 10:50 PM
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)