User Tools

Site Tools


building:creatures:appearance
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
building:creatures:appearance [2019/03/30 16:46]
murdrkitten
building:creatures:appearance [2020/04/26 06:30]
Line 22: Line 22:
 {{:​building:​creatures:​nwmain_2019-03-30_09-40-33.png?​400|}} {{:​building:​creatures:​nwmain_2019-03-30_09-40-33.png?​400|}}
  
-Now that you have a code, you can assign it to an NPC that has the appropriate Sinfar AI Scripts by using the String Variable "​ENTIRE_APPEARANCE"​ on the creature. When the creature is created, it should have the correct appearances.+It will print the appropriate String into your Web Client for easy copying. ​Now that you have a code, you can assign it to an NPC that has the appropriate Sinfar AI Scripts by using the String Variable "​ENTIRE_APPEARANCE"​ on the creature. When the creature is created, it should have the correct appearances.
  
 If you want to use your own custom spawn script, make sure you include the file "​inc_appr"​ and add the following: If you want to use your own custom spawn script, make sure you include the file "​inc_appr"​ and add the following:
  
-<​code>​string sEntireAppearance = GetLocalString(oCreature,​ "ENTIRE_APPEARANCE");+<​code>​ 
 +    ​string sEntireAppearance = GetLocalString(oCreature,​ "APPEARANCE2");
     if (sEntireAppearance != ""​)     if (sEntireAppearance != ""​)
     {     {
-        ​SetEntireCreatureAppearance(oCreature, sEntireAppearance);​+        ​SetEntireCreatureAppearance2(oCreature, sEntireAppearance);​
     }</​code>​     }</​code>​
  
  --- //​[[zoeyalex94@gmail.com|murdrkitten]] 2019/03/30 12:37//  --- //​[[zoeyalex94@gmail.com|murdrkitten]] 2019/03/30 12:37//
authpdo: Statement did not return 'mail' attribute [auth.php:522]
building/creatures/appearance.txt · Last modified: 2022/12/20 10:03 by spankitty

phpBB Appliance - Powered by TurnKey Linux