The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
creating a simple character info display npc
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
f_fman
hello I am working in a custom npc that can display a character information, but I am really noob in the Synthax of rAthena.
hofs,106,60,5 character info display 94,{ mes "[char info display]"; setd ".@cname$", "testeo"; setd ".@cdes$", "character description"; setd ".@cjob$", "paladin"; mes .@cname$,.@cdes$, .@cjob$; }
but I would like to use the query sql ("SELECT for read all the especifict information of a character ID that I put as a variable in the npc directly.
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.