LewL Posted May 19, 2022 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 84 Reputation: 1 Joined: 01/08/20 Last Seen: April 5 Share 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 Link to comment Share on other sites More sharing options...
0 Sapito Sucio Posted May 19, 2022 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 189 Reputation: 114 Joined: 04/10/12 Last Seen: 11 hours ago Share Posted May 19, 2022 Try this announce ""+strcharinfo(0)+" "+BaseLevel+"/"+JobLevel+" "+jobname(Class)+" : is looking for Party Members",bc_all,0xFF5500; 1 Quote Link to comment Share on other sites More sharing options...
0 LewL Posted May 20, 2022 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 84 Reputation: 1 Joined: 01/08/20 Last Seen: April 5 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.