Jump to content

Byakuran

Members
  • Posts

    229
  • Joined

  • Last visited

Everything posted by Byakuran

  1. do you have other link cuz when i try to download it's only 14kb when my normal download speed is 2mbps
  2. what do you mean "changed in the last year or so". do i need to get a windows 2019 something?
  3. isn't vnc only for linux vps? i'm using windows vps and everytime i try to run it on vps it just automatically close the client.
  4. is there a way to run ragnarok on windows vps?
  5. how can i remove the skill delay on my server? thats no need to based the skill delay on stats (agi,dex) or cards .
  6. hello i would like to ask if its possible for me to change the color name of the item?
  7. hello i want to ask where can i download the latest data folder for me to use as my grf? thanks
  8. i have a problem it says [status]: Awaiting maps from map-server. .. i bought a vps from a non related ro .. thanks for those who will help me
  9. ofcourse i already change the clientinfo and the client version ... but still got that problem
  10. the server is already hosted in a vps(centos) and running smooth no error but when i try to login it's failed to connect.. can someone help me with this?
  11. i want to know where can i get the latest files like data folder and client?? also for the client whats the best or stable ver.. thanks EDIT: where can i also get latest kro client..
  12. i have some question .. 1st: whats the best client i can use. 2nd: where can i get the latest grf/data folder
  13. thanks but i don't understand this one .buff_last = 30; // last 10 seconds it says last 10secs but its value is 30?
  14. i'm getting error in this one set #dragonslayer = gettimetick(2) + 60; can i just use this ? set #dragonslayer, gettimetick(2) + 60; EDIT: i try this set #dragonslayer, gettimetick(2) + 60; but when i try to logout then login again i get my original name again.
  15. thanks.. but is the time in gettimetick(2) seconds not milliseconds?
  16. OnPCStatCalcEventOnPCStatCalcEvent: if ( #dragonslayer ) bonus bstr, 1; end; OnPCLoginEvent:if ( !#dragonslayer ) end; if ( #dragonslayer + 10 < gettimetick(2) ) atcommand "@fakename ... else #dragonslayer = 0; ... something like this just so you know whats gettimetick(2) doing over there http://rathena.org/wiki/Timers_%28Scripting%29#Use_Number_3:_Deny_Usage so for fakename i need to change again the script? or i'll just add those script you said?
  17. thanks i forgot to put that.. i try to add OnPCLoginEvent for stats bonus but i don't get any stat heres the script .. - script login -1,{ OnPCLoginEvent: if (#dragonslayer == 1) { bonus bStr,5; } } Another Problem: when i logout even theres still time my name back to normal when i login
  18. i already change the dragon slayer but after it change its name it also back to original name heres the code prontera,150,150,4 script Dragon Slayer 54,{ mes "Would you like to become Dragon Slayer or Demon Slayer?"; next; switch(select("Yes:No.")) { case 1: mes "Select what you want to become"; switch(select("Dragon Slayer:Demon Slayer")) { case 1: if(countitem(7777) > 0) { delitem 7777,1; atcommand "@fakename [Dragon Slayer] "+ strcharinfo(0); addtimer 10000, strnpcinfo(0)+"::Ontitle"; Ontitle: atcommand "@fakename"; close; } else { mes "You don't have any requirements for Dragon Slayer or Demon Slayer."; mes "Come back when you get one."; close; } case 2: if(countitem(7778) > 0) { delitem 7778,1; atcommand "@fakename [Demon Slayer] "+ strcharinfo(0); mes "Congrats You've become Demon Slayer"; close; } else { mes "You don't have any requirements for Dragon Slayer or Demon Slayer."; mes "Come back when you get one."; close; } } case 2: mes "Very well, I shall be here if you change your mind."; close; } } I forgot to add close and end in addtimer.. already solved for time.. how about OnPCLoginEvent for bonus stats??
  19. thanks gonna try it .. i i'm having an error. its having an error on " addtimer 5000, atcommand "@fakename [Dragon Slayer] "+ strcharinfo(0);
  20. add it to manner.txt inside of your data folder
  21. how can i add time in this? like they will have the title and bonus stats for 7days. heres my script prontera,150,150,4 script Slayer Title 54,{ mes "Would you like to become Dragon Slayer or Demon Slayer?"; next; switch(select("Yes:No.")) { case 1: mes "Select what you want to become"; switch(select("Dragon Slayer:Demon Slayer")) { case 1: if(countitem(7777) > 0) { delitem 7777,1; atcommand "@fakename [Dragon Slayer] "+ strcharinfo(0); mes "Congrats You've become Dragon Slayer"; close; } else { mes "You don't have any requirements for Dragon Slayer or Demon Slayer."; mes "Come back when you get one."; close; } case 2: if(countitem(7778) > 0) { delitem 7778,1; atcommand "@fakename [Demon Slayer] "+ strcharinfo(0); mes "Congrats You've become Demon Slayer"; close; } else { mes "You don't have any requirements for Dragon Slayer or Demon Slayer."; mes "Come back when you get one."; close; } } case 2: mes "Very well, I shall be here if you change your mind."; close; } }
  22. can someone make me a script that if the player kills a 50demon monster it will give 50tcg and 50dragon for 20TCG
  23. if you want to update the picture of your custom skills.. add the image to item folder with the name of your custom skills
×
×
  • Create New...