Vincent Posted May 4, 2013 Posted May 4, 2013 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". Quote
Jaburak Posted May 4, 2013 Posted May 4, 2013 This works fine in my test server. And I'm using the latest revision. 1 Quote
Vincent Posted May 4, 2013 Author Posted May 4, 2013 mhhh... ok i will check this again. Thanks Quote
tinko Posted May 4, 2013 Posted May 4, 2013 edit this deletepset 1; defpattern 1,"([^:]+):.\\s*"+$MonsterName$+".*", "iCorrect"; activatepset 1; to deletepset 1; defpattern 1, "([^:]+): (\\|\\d{2})?" + $MonsterName$+".*", "iCorrect"; activatepset 1; Or change your langtype in clientinfo ^^ Quote
hexor9 Posted May 4, 2013 Posted May 4, 2013 I think your Client is not compatible in the Server filesif your client is chatting like this |00ancient mimici think ANAKID know what im saying Just ask him for my INFO Quote
Vincent Posted May 4, 2013 Author Posted May 4, 2013 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?! Quote
rqueen Posted July 23, 2013 Posted July 23, 2013 edit this deletepset 1; defpattern 1,"([^:]+):.\\s*"+$MonsterName$+".*", "iCorrect"; activatepset 1; 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. Quote
Question
Vincent
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.