Kater Posted May 14, 2024 Group: Members Topic Count: 76 Topics Per Day: 0.20 Content Count: 175 Reputation: 2 Joined: 04/03/24 Last Seen: 2 hours ago Share Posted May 14, 2024 Gostaria de ajuda para corrigir o script abaixo. parse_line: expect command, missing function name or calling undeclared function 2 : 3 : atcommand "@repairall"; 4 : 5 : percentheal 100,100; 6 : * 7 : if(gethominfo(1)) 'h'ealhomun 100,100; 8 : sc_start 32, 240000, 10; // Increase Agi DuraþÒo: 999 sec 9 : sc_start 30, 240000, 10; // Blessing DuraþÒo: 999 sec 10 : skilleffect 34,0; sc_start SC_BLESSING,360000,10; 11 : skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; 12 : close; Quote Link to comment Share on other sites More sharing options...
0 Hyllok Posted June 6, 2024 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 27 Reputation: 5 Joined: 08/27/16 Last Seen: 9 hours ago Share Posted June 6, 2024 Esse comando 'healhomun' não existe na documentação do rAthena. Se trata de um comando customizado que não está implementado no seu emulador, por isso ele não o reconhece. Quote Link to comment Share on other sites More sharing options...
Question
Kater
Gostaria de ajuda para corrigir o script abaixo.
parse_line: expect command, missing function name or calling undeclared function 2 : 3 : atcommand "@repairall"; 4 : 5 : percentheal 100,100; 6 : * 7 : if(gethominfo(1)) 'h'ealhomun 100,100; 8 : sc_start 32, 240000, 10; // Increase Agi DuraþÒo: 999 sec 9 : sc_start 30, 240000, 10; // Blessing DuraþÒo: 999 sec 10 : skilleffect 34,0; sc_start SC_BLESSING,360000,10; 11 : skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; 12 : close;
Link to comment
Share on other sites
1 answer 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.