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
How can I cancel the elves creation?
Author Message
Lazarus
Master
**

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

Hybris Ultima Online

Post: #1
How can I cancel the elves creation?
Just that ^_^ i wan't to cancel the elves creation, forever.

how? Shock

[Image: 2hy9q0y.png]
07-11-2012 03:21 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: How can I cancel the elves creation?
Look at sphere_serv_triggers.scp
Find [Function f_onchar_create]
Paste:
Code:
IF <OBODY> == C_ELF_MALE
OBODY C_MAN
BODY C_MAN
UPDATE
ELIF <OBODY> == C_ELF_FEMALE
OBODY C_WOMAN
BODY C_WOMAN
UPDATE
ENDIF

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
07-11-2012 03:38 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: #3
RE: How can I cancel the elves creation?
(07-11-2012 03:38 AM)Extreme Wrote:  Look at sphere_serv_triggers.scp
Find [Function f_onchar_create]
Paste:
Code:
IF <OBODY> == C_ELF_MALE
OBODY C_MAN
BODY C_MAN
UPDATE
ELIF <OBODY> == C_ELF_FEMALE
OBODY C_WOMAN
BODY C_WOMAN
UPDATE
ENDIF

THANKS ^_^ RLY !

That sends me a error of OBODY but I search this:
http://forum.spherecommunity.net/showthr...light=elve

and no more errors ^_^


now... ¿Hair and Skin color? How can I change it ON create of the Elves, to look same as a human?

^_ ^ thanks again

[Image: 2hy9q0y.png]
07-11-2012 04:43 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: How can I cancel the elves creation?
Damn, forgot the SRC =D
Well, thats so complicated.
Use this then:
Code:
IF <SRC.ISELVEN>
SRC.SYSMESSAGE @,,1 PLEASE, CREATE A HUMAN CHARACTER!
SRC.REMOVE 1
RETURN 1
ENDIF
PS: look in sphere.ini in expansions, maybe there is an option to disabled elf generation.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
07-11-2012 04: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: #5
RE: How can I cancel the elves creation?
(07-11-2012 04:51 AM)Extreme Wrote:  Damn, forgot the SRC =D
Well, thats so complicated.
Use this then:
Code:
IF <SRC.ISELVEN>
SRC.SYSMESSAGE @,,1 PLEASE, CREATE A HUMAN CHARACTER!
SRC.REMOVE 1
RETURN 1
ENDIF
PS: look in sphere.ini in expansions, maybe there is an option to disabled elf generation.

// FEATURE_ML_UPDATE 01 // Basic ML features
// FEATURE_ML_NINTHAGE 02 // Unlocks ninth age house designer items

yep ^_^ i had a bad feeling with this, because i was think that if i uncheck this, i ll lost all the weapons and monsters of ML.
but nope ^_^ i still have Tongue
and now i can't create Elve Tongue
Now i need to cancel Ninjitsu, necro bushido, etc..
but.. in sphere_skills i can. mbe ^_^

Thanks!

[Image: 2hy9q0y.png]
07-11-2012 05:16 AM
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: 2 Guest(s)