Vincent Posted May 4, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted May 4, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: Sunday at 01:45 AM Share Posted May 4, 2013 Can you show us the script? Quote Link to comment Share on other sites More sharing options...
Vincent Posted May 4, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted May 4, 2013 Here: http://pastebin.com/Dq4uMAeK Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 4, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: Sunday at 01:45 AM Share Posted May 4, 2013 This works fine in my test server. And I'm using the latest revision. 1 Quote Link to comment Share on other sites More sharing options...
Vincent Posted May 4, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted May 4, 2013 mhhh... ok i will check this again. Thanks Quote Link to comment Share on other sites More sharing options...
tinko Posted May 4, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 03/15/13 Last Seen: September 9, 2024 Share 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 Link to comment Share on other sites More sharing options...
hexor9 Posted May 4, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 106 Reputation: 0 Joined: 11/16/11 Last Seen: October 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Vincent Posted May 4, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
rqueen Posted July 23, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 1 Joined: 04/30/13 Last Seen: October 30, 2014 Share 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 Link to comment Share on other sites More sharing options...
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".
Link to comment
Share on other sites
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.