Jump to content
  • 0

Disguise Event - Standart Rathena Event


Question

Posted

Hi,

i am useing the Disguise Event 5.1 that are included at rathena at custom event.

 

But after the Event Starts the NPC transform to some Monster but if i write the name of the monter nothing happed?!

There are no errors at the mapserver.

 

The monstersname are right but dont know what is the problem?!

 

For Example there was Hydra and i wrote "Hydra" and "HYDRA".

 

 

8 answers to this question

Recommended Posts

Posted

edit this 

  1.         deletepset 1;
  2.         defpattern 1,"([^:]+):.\\s*"+$MonsterName$+".*", "iCorrect";
  3.         activatepset 1;
  4.  
to     deletepset 1;
    defpattern 1, "([^:]+): (\\|\\d{2})?" + $MonsterName$+".*", "iCorrect";
    activatepset 1;
 
 
Or change your langtype in clientinfo ^^
Posted

I think your Client is not compatible in the Server files

if your client is chatting like this |00ancient mimic

i think ANAKID know what im saying Just ask him for my INFO ^_^

Posted

Testet it at newest rathena and it works.BUT there is a bug:

 

If there is a monster and 2 Player write it right but the second write " Name" and the First "Name" the second will win the round?!

Posted

edit this 

  1.         deletepset 1;
  2.         defpattern 1,"([^:]+):.\\s*"+$MonsterName$+".*", "iCorrect";
  3.         activatepset 1;
  4.  
to     deletepset 1;
    defpattern 1, "([^:]+): (\\|\\d{2})?" + $MonsterName$+".*", "iCorrect";
    activatepset 1;
 
 
Or change your langtype in clientinfo ^^

I fucking love you.

 

I'm using the 5.0 since our server is still on eA, and I've been stuck with the same problem as OP for weeks now trying to debug it. This change worked perfectly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...