Jump to content

AsuraBro

Members
  • Posts

    74
  • Joined

  • Last visited

  • Days Won

    1

AsuraBro last won the day on January 15 2016

AsuraBro had the most liked content!

Profile Information

  • Gender
    Not Telling
  • Location
    Moon
  • Server
    fenixro

Recent Profile Visitors

2338 profile views

AsuraBro's Achievements

Poring

Poring (1/15)

3

Reputation

5

Community Answers

  1. Hello how can i show how many people talked to the NPC? like when you talk to him it will say "X has talked to me so far."
  2. Hello i have a script request. how can i do an effect on a cell? like for example i want to do skilleffect "NPC_SELFDESTRUCTION",1 on prontera,150,150 and the player standing on that cell to get hit by it and lose 50% of his health, second time hit on the same player he dies. and when 1 player left in the map warps all players back to savepoint.
  3. what if i used 2 switchs like mes "Hello"; switch ( select( "hello" ) ) { case 1: next; switch ( select( "hello" ) ) { case 1: close; break; } break; } how to do this? i want all of them to go back to the start edit: nvm i already figured it out lol
  4. Hello i need help with this simple script for ex. i want when you reach a end of the text in npc it repeat it self. ex like this maybe prontera,149,194,4 script test 871,{ mes "Hello how can i help you?"; next; switch (select("Nothing, thanks:Cancel")) { case 1: next; mes "Ok, see you later"; close; break; // i want in this end the script go and restart it conversation, goes back to line 1. case 2: close; break; // i want in this end the script go and restart it conversation, goes back to line 1. } close; } what i want is whenever in the end of the case the script go and repeat himself from "mes "Hello how can i help you?";". how can i do this?
  5. for if you install both main.sql and logs.sql in the same db then it shout look like this // MySQL Login server login_server_ip: 127.0.0.1 //if the sql server is in the same host then is shout be local otherwise use the server ip login_server_port: 3306 login_server_id: root // you better create other user to use for this. login_server_pw: 6608903c login_server_db: aprilroz_aprilro login_codepage: login_case_sensitive: no ref to. CentOS https://rathena.org/wiki/Installation_(CentOS)#Configure_MySQL windows https://rathena.org/wiki/Installation_on_Windows
  6. SOLVED HAMACHI I CAN LOG IN NOW.. but my friends cannot connect to my server? their clientinfo is my hamachi ip. try changing the map_ip and char_ip to hamachi ip
  7. delete the sql tables that already installed and this should solve it for you
  8. you could just try looking a little bit on the site and will find this https://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/
  9. I already shutdown the map and char server edit your clientinfo.xml. remove the servers that you dont want from there
  10. your config/application.php should look like this 'ServerAddress' => 'YOURDOMAIN.OR.IP', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80) 'BaseURI' => '/flux', // here your flux cp folder, if its the main page should be left empty
  11. open config/error.php change $showExceptions = false; to true
  12. AsuraBro

    help Flux CP

    in config/error.php edit $showExceptions = false; to $showExceptions = true; and you should see your errors
  13. should look like this http://pastebin.com/raw/wTG07rbs this is Euphy script. but what i want is. GM place a rewards in the NPC, Item ID, Amount. with select for players on map or all online players. Players talk to npc have option to claim reward with view for the current rewards they have unclaimed.
×
×
  • Create New...