@capuche i occurred some error how to fix them?
[Error]: Loading NPC file: npc/custom/B_branch.txt
script error on npc/custom/B_branch.txt line 26
parse_line: need ';'
21 : }
22 : else if( countitem( .item_id ) < 1 ) {
23 : message strcharinfo(0), "You need 1 "+ getitemname( .ite
m_id ) +".";
24 : end;
25 : }
* 26 : monster "this",-1,-1,"--ja--",atoi( .@s$ ),1, strnpcinfo(0) +"::
OnMobDead"',' .@size_m;
27 : delitem .item_id,1;
28 : end;
29 : OnInit:
30 : setarray .size_typo$, "M", "S" ,"L";
31 : .item_id = 12103; // Bloody branch ID
And i cant use it. When i click bloody branch nothing happens just recieving this error on my mapserver
[Error]: npc_event: event not found [B_branch::OnSpawn]
[Error]: npc_event: event not found [B_branch::OnSpawn]
[Error]: npc_event: event not found [B_branch::OnSpawn]
[Error]: npc_event: event not found [B_branch::OnSpawn]
[Error]: npc_event: event not found [B_branch::OnSpawn]
@Emistry
Your script too. same error like this. or something that i did wrong...
How can i fix them?
thanks..