Jump to content

qtdan

Members
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by qtdan

  1. Taekwon / SG Skill Sprint + Flying Side Kick doesn't work ? how to enable ?
  2. Whats the most stable 2016 - 2017 client ?
  3. is there a Achievement for Pre-Renewal. the achievement lua without the 3rd job achievements ?
  4. 2018-06-20eRagexeRE Nemo Patcher there is no Doram Removal on Patch Selection.
  5. thank you . why i cant use latest clients ?
  6. How can i add custom suits like Akatsuki Suit and Bleach Captain Suit without replacing other Jobs Sprite ?
  7. Do we have here a Auto Join Channel #main ? then every time you chat at Channel 60 secs cooldown and -5m zeny.
  8. i use 2015 visual studio but i cant compile the latest there is no debug button.
  9. 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
  10. 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.
  11. Thumbs up for this Project, I hope this project succeed.
  12. Where i can edit the Exploration Quest and how i can set i to a certain map ?
  13. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.