LewL Posted May 19, 2022 Posted May 19, 2022 (edited) Hi everyone, i'm currently using a Party Search npc and it works fine. i would like to add something to it hope you could help me. i want to add on the announce part the player's current blvl, jlvl and job. Party_Search.txt example: Player name: Player / blvl: 99 / jlvl:70 / Job: Champion it should announce: Player 99/70 Champion : is looking for Party Members Edited May 19, 2022 by LewL correction Quote
0 Sapito Sucio Posted May 19, 2022 Posted May 19, 2022 Try this announce ""+strcharinfo(0)+" "+BaseLevel+"/"+JobLevel+" "+jobname(Class)+" : is looking for Party Members",bc_all,0xFF5500; 1 Quote
0 LewL Posted May 20, 2022 Author Posted May 20, 2022 7 hours ago, Kusoo said: Try this announce ""+strcharinfo(0)+" "+BaseLevel+"/"+JobLevel+" "+jobname(Class)+" : is looking for Party Members",bc_all,0xFF5500; thanks bro Quote
Question
LewL
Hi everyone, i'm currently using a Party Search npc and it works fine.
i would like to add something to it hope you could help me.
i want to add on the announce part the player's current blvl, jlvl and job.
Party_Search.txt
example:
Player name: Player / blvl: 99 / jlvl:70 / Job: Champion
it should announce:
Edited by LewLPlayer 99/70 Champion : is looking for Party Members
correction
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.