-
Posts
196 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by qtdan
-
Taekwon / SG Skill Sprint + Flying Side Kick doesn't work ? how to enable ?
-
Whats the most stable 2016 - 2017 client ?
-
yeah how to apply this patch ?
-
is there a Achievement for Pre-Renewal. the achievement lua without the 3rd job achievements ?
-
Ohhh i see thank you. ♥
-
2018-06-20eRagexeRE Nemo Patcher there is no Doram Removal on Patch Selection.
-
thank you . why i cant use latest clients ?
-
How can i add custom suits like Akatsuki Suit and Bleach Captain Suit without replacing other Jobs Sprite ?
-
Do we have here a Auto Join Channel #main ? then every time you chat at Channel 60 secs cooldown and -5m zeny.
-
i use 2015 visual studio but i cant compile the latest there is no debug button.
-
client sprites link are dead!
-
Awesome <3 Thank you guys
-
Ohh i get it thanks <3
-
How does AG_ADVENTURE works ? is it still under development ? i try several times and walk on the maps that quest are talking about but still it can't complete the quest or finish it. - Sorry for my bad english
-
How can i disable doram race in latest client ?
qtdan replied to qtdan's question in Client-side Support
Thank you my friends <3 -
How can i disable doram creation at latest character creation window ? , Some private Servers using 2016 - 2017 client with latest character creation and they change the doram selection by Server Rules and Regulations Info how to do that ? Sorry for my bad english.
-
Di po kita yung binigay nyong link :3
-
Thumbs up for this Project, I hope this project succeed.
-
Where i can edit the Exploration Quest and how i can set i to a certain map ?
-
Thank you <3 Salute!
-
Ok I'll get it im newbie here
-
prontera,166,161,3 script Pods Trader 437,{ Main: switch(select( "POD to Cash", "Cash to POD", "^FF0000Close^000000")){ Case 1: mes "Please insert the amount of POD you want to change to cash."; mes "Each POD = 1 Cash Points."; input @Amount,0,countitem(7179); next; if ( @Amount < 1 ) goto Main; mes "You have successfully changed "[email protected]+" of POD into Cash."; mes "Currently you have "+#CASHPOINTS+" CashPoints."; delitem 7179,@Amount; set #CASHPOINTS,#[email protected]; next; goto Main; Case 2: mes "Please insert the amount of POD you want."; mes "Each POD Cost 1 CashPoints."; input @Amount,0,#CASHPOINTS; next; if ( @Amount < 1 ) goto Main; mes "You have successfully exchange Cashpoint into POD."; getitem 7179,@Amount; set #CASHPOINTS,#[email protected]; next; goto Main; } } cash to pods.txt