buffalo Posted April 6, 2015 Posted April 6, 2015 someone can tell me what wrong with this npc function script nevasca1 { OnPcLoginEvent + If (1), skill 89,1,0; } I want this npc of the skill to Playr, only he continue with skill after relog Quote
Skorm Posted April 6, 2015 Posted April 6, 2015 - script nevasca1 -1,{ OnPCLoginEvent: if ( player_login ){ skill 89,1,0; } else { player_login++; } } Could also count the logins from sql... But you can't call special tags from inside functions. Quote
buffalo Posted April 7, 2015 Author Posted April 7, 2015 - script nevasca1 -1,{ OnPCLoginEvent: if ( player_login ){ skill 89,1,0; } else { player_login++; } } Could also count the logins from sql... But you can't call special tags from inside functions. the scrip gave no error, but not to use the book of skill, I made a well it works but it does not save the skill in char function script nevasca1 { skill 89,1,0; } - script nevasca -1,{ OnPCLoginEvent: if ( player_login ){ skill 89,1,0; } else { player_login++; } } Quote
Question
buffalo
someone can tell me what wrong with this npc
function script nevasca1 { OnPcLoginEvent + If (1), skill 89,1,0; }
I want this npc of the skill to Playr, only he continue with skill after relog
2 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.