Jump to content
  • 0

[Help] Fame at GM Shop


Question

Posted

I have added at GM Shop Fame item but why it says Famex1 i put it 500 fame...

 

<?xml version='1.0' encoding='utf-8'?>

<!-- Created with Lineage II - Multisell Manager -->

<list maintainEnchantment="true">

  <item>
     <!-- Fame points -->
     <ingredient count="1500000000" id="57" />
     <production count="500" id="-300" />
  </item>

</list>

 

What is the problem ?

4 answers to this question

Recommended Posts

  • 0
Posted

the only i see wrong is this with red letter

 

<?xml version='1.0' encoding='utf-8'?>

 

<!-- Created with Lineage II - Multisell Manager -->

 

<list maintainEnchantment="true">

 

  <item>

    <!-- Fame points -->

    <ingredient count="1500000000" id="57" />

    <production count="500" id="-300" />

  </item>

 

</list>

  • 0
Posted

is the Fame ID ... and i have another problem with this http://maxcheaters.com/forum/index.php?topic=162861.0 captcha code ... i get

 

1. ERROR in \MasterHandler.java (at line 555)
        VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new CAPT
CHA());
                                                                            ^^^^
^^^
CAPTCHA cannot be resolved to a type
----------
1 problem (1 error)CAPTCHA cannot be resolved to a type
Failed executing script: D:\Server\gameserver\data\scripts\handlers\MasterHandle
r.java. See MasterHandler.java.error.log for details.

 

masterhandle line 555:

 

private static void loadVoicedHandlers()

{

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new stats());

if (Config.L2JMOD_ALLOW_WEDDING)

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Wedding());

if (Config.BANKING_SYSTEM_ENABLED)

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Banking());

if (Config.TVT_ALLOW_VOICED_COMMAND)

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new TvTVoicedInfo());

if (Config.L2JMOD_CHAT_ADMIN)

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new ChatAdmin());

if (Config.L2JMOD_MULTILANG_ENABLE && Config.L2JMOD_MULTILANG_VOICED_ALLOW)

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Lang());

if (Config.L2JMOD_DEBUG_VOICE_COMMAND)

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Debug());

VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new CAPTCHA());

_log.config("Loaded " + VoicedCommandHandler.getInstance().size() + " VoicedHandlers");

}

(red - line 555)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...