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
SPELL RUNES MANTRA
Author Message
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #1
SPELL RUNES MANTRA
Hi, i want to make for my grandmaster mages runes like in book when it says mantra before cast. How to make it?

[Image: SdSwcUwwMf8.jpg]
I know it's possible...its just a change of font but how make it better?
(This post was last modified: 08-06-2012 11:50 PM by WRWR.)
08-06-2012 09:45 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: SPELL RUNES MANTRA
you can speak/messagging in runic font by usying

say/sysmessage @,8, YOURMESSAGEHERE

The only prerequisite it's that the every letter of the message must be UPPERCASED Big Grin

And i think that if you say a spell name, it will be different from its corresponding runes in the book
(This post was last modified: 08-07-2012 05:50 AM by darksun84.)
08-07-2012 05:49 AM
Find all posts by this user Like Post Quote this message in a reply
Anarch Cassius
Master
**

Posts: 273
Likes Given: 19
Likes Received: 10 in 9 posts
Joined: Mar 2012
Reputation: 2



Post: #3
RE: SPELL RUNES MANTRA
The runes will be the first letter of the phoenetic spelling. So

In Mani Ylem

would be

I M Y

Current Projects: Necromancy SCP overhaul. Custom Faction AI/System. Imbuing.
08-07-2012 06:15 AM
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: #4
RE: SPELL RUNES MANTRA
ah correct Shock
08-07-2012 07:30 AM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #5
RE: SPELL RUNES MANTRA
Runes not viewing in journal ))
08-07-2012 09:22 AM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #6
RE: SPELL RUNES MANTRA
How you add it to the spellcast of everyspell [like onspellcast]?
you have to call a new function in all spells?
or you can change the default runes in game with this font?
[Sry, im rly noob in scripting]
[I want this, it's really cool]

or:
In lor [runic letters]
Flamestrike [Runic letters]

that can be too?

Thanks ^_ ^

[Image: 2hy9q0y.png]
(This post was last modified: 08-07-2012 03:37 PM by Lazarus.)
08-07-2012 03:18 PM
Visit this user's website 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: #7
RE: SPELL RUNES MANTRA
In @spellcast of a character's event

ON=@Spellcast
say @,8, <serv.spell.<argn1>.name>
08-07-2012 05:58 PM
Find all posts by this user Like Post Quote this message in a reply
Vendetta
Apprentice
*

Posts: 39
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #8
RE: SPELL RUNES MANTRA
ofcourse you have to disable woplayer Smile
08-08-2012 03:51 AM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #9
RE: SPELL RUNES MANTRA
(08-07-2012 05:58 PM)darksun84 Wrote:  In @spellcast of a character's event

ON=@Spellcast
say @,8, <serv.spell.<argn1>.name>

Some spellwords [runic] doesn't works, like Flam, Por, Kal [in the first instance, but then yes works]

Like this:
KAL VAS FLAM
V F
[The Kal is missing in runic language]

EDIT: Oh I see, i need to desactivate the common spellwords?

But... When Im with the ADMIN I cast and i didn't see too the *KAL*
just see the other 2 runic powers ...

[WO admin off]

[Image: 2hy9q0y.png]
(This post was last modified: 08-08-2012 05:17 AM by Lazarus.)
08-08-2012 05:15 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Vendetta
Apprentice
*

Posts: 39
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #10
RE: SPELL RUNES MANTRA
say @,8, <STRTOUPPER <serv.spell.<argn1>.name>>
(This post was last modified: 08-08-2012 05:18 AM by Vendetta.)
08-08-2012 05:18 AM
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)