Jump to content

xrein

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

xrein's Achievements

Poring

Poring (1/15)

0

Reputation

  1. how to i modify the output of @accinfo?? i want to add group_id filter, if"(group_id != 99){ dont show password and other informations } thanks
  2. wow, thanks sir capuche how about dynamic menu?? is it possible to make a dynamic menu using for loop?
  3. thanks for the fast reply, but what is the use of the next variables after the sql query?? here is my code, but when i clicked my npc it wont talk haha set .@nb, query_sql("SELECT `name`, `account_id` FROM `char` ORDER BY `account_id` ASC LIMIT 5", .@name$, .@account_id); mes "[Character List]"; for(set .@i,1; .@i <= .@nb; set .@i,.@i+1){ mes .@i+". "+.@name$[0]+" ("+.@account_id[0]+")"; }
  4. is there a script that allow me to connect to database so that i can select all data i need then display it on the npc?? thanks --- im planning to make a npc that use @slaveclone then slaveclone all existing characters on the database
  5. thanks for the fast reply, but still not working already added, compiled it but it seems that i still can't do a no-cast while using high wizard... thanks
  6. Hi, i want to request that the renewal casting time will only affect the 3rd job skills and transender job below can do a no-cast thanks
×
×
  • Create New...