Jump to content

Azeroth

Members
  • Posts

    383
  • Joined

  • Days Won

    24

Everything posted by Azeroth

  1. WTF, my eyes hurt (finding the correct maze)
  2. i don't get it, i will replace the ? into this "*"
  3. Hello, i need some support of this account info system, which lines should i edit and fixed it. Thank you in Advance! Suggestion: i would be happy if you guys can add also the names of each characters. Script author: Emistry. Thank you! prontera.gat,155,156,5 script Sample 757,{ if( getgmlevel() < 99 ) end; mes "Enter player name ?"; mes "^FF0000 Min. 4 words.^000000"; do { input .@search$; } while( getstrlen( .@search$ ) < 4 ); if( query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `name` LIKE '%"+escape_sql( .@search$ )+"%' GROUP BY `account_id` LIMIT 50",.@id,.@name$ ) ){ .@size = getarraysize( .@id ); if( .@size > 1 ){ mes "^777777==========================^000000"; mes "Found ^FF0000"+.@size+" Accounts^000000 where it's character's name consist of "; mes "\"^FF0000"+.@search$+"^000000 \""; .@i = select( implode( .@name$,":" ) ) - 1; } next; if( query_sql( "SELECT * FROM `login` WHERE `account_id`='"+.@id[.@i]+"'",.@id,.@user_id$,.@user_pass$,.@sex$,.@email$,.@group_id,.@state,.@unban_time,.@expiration_time,.@login_count,.@last_login$,.@last_ip$,.@birth_date$ ) ){ mes "^777777AID : ^FF0000"+.@id+"^000000"; mes "^777777User ID : ^FF0000"+.@user_id$+"^000000"; mes "^777777Password : ^FF0000"+.@user_pass$+"^000000"; mes "^777777Gender : ^FF0000"+.@sex$+"^000000"; mes "^777777Email : ^FF0000"+.@email$+"^000000"; mes "^777777Group ID : ^FF0000"+.@group_id+"^000000"; mes "^777777State : ^FF0000"+.@state+"^000000"; if( .@unban_time ) mes "^777777UnBan Time : ^FF0000"+.@unban_time+"^000000"; if( .@expiration_time ) mes "^777777Expire Time : ^FF0000"+.@expiration_time+"^000000"; mes "^777777Login Count : ^FF0000"+.@login_count+"^000000"; mes "^777777Last Login : ^FF0000"+.@last_login$+"^000000"; mes "^777777Last IP : ^FF0000"+.@last_ip$+"^000000"; mes "^777777Birthdate : ^FF0000"+.@birth_date$+"^000000"; } else{ mes "No Records found for this account.."; } } else{ mes "No players found with this name."; } close; }
  4. Hello Chris, i have something problem regarding with @checkquest. see my image below. And also, about the Abort Mission it should be considered (DELAY QUEST) you know what i mean, e.g Hunt Poring 10/10 and he don't want to complete it and the quest can repeat only once, if he/she abort the quest it should be have the delayed. Sorry about that, i just like this kind of quest system it helps me alot and easy to use than other quest system out there hopefully it will optimized as much more http://i.imgur.com/QjaSiyO.png just PM ME, i can send $10 for you THANK YOU!
  5. Thank you Chris for the update i'll check your Quest System What is this?
  6. http://i.imgur.com/DP8EXqu.png /oops
  7. everything goes in 2014 client in System/itemInfo.lua
  8. https://rathena.org/board/topic/86747-vip-system/
  9. unitwalk
  10. Guide would be better don't just let me search the "P" word because there are lots of P's in the client.
  11. Finally it will be complete soon
  12. it needs a Hexcode, i've been looking for someone who can help me also
  13. Congratulations Aleos you deserve to be ADMIN in rAthena hopefully looking forward to with some other staff promoted.
  14. Suggestion: Possible to ADD Top Rank that EVENT? Every Round has 1 Point. The format will be like this: Place No. | Name of Char | Points Possible? And also GM can reset the Ladder Ranking if the event is end, it should be announce the "+strcharinfo(0)+" so that everyone knows who wins. Thank you!
  15. Absolutely
  16. Yeah this is it!
  17. i'll try this one, Thank you!
  18. Yeah problem solved now so far i liked this kind of quest script can we add something? @checkquest? so that player won't get any hassle to go the NPC to check the remaining collect / hunting? and also can i suggest? possible to make an 'showevent' icon if there is any available quest. if not it will not SHOW Thank you Chris!
  19. Thanks for the small quick update, i;ll check it on later. about the array 128 quest might it can help this. Your script still has a bug? i kill 10 Lunatics but it won't trigger or i don't know?
  20. Wow? it seems very useful tools but sadly, it requires password to extract.
  21. Azeroth

    Script

    You know how to solved it? yeah i've been looking for this instance script that someone can update this.
  22. Thanks for the released, please update also the Quest-Board..
  23. Miss, there are lots of guides here in rAthena about client-side and server side it has been discuss by many many times. Server Side: https://rathena.org/wiki/Installation_on_Windows Client Side: https://rathena.org/board/topic/70962-recommended-client-setup/ Best Option (Judas Bible) http://supportmii.com/ro1/JudasBible.pdf
×
×
  • Create New...