Jump to content

iubantot

Members
  • Posts

    312
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iubantot

  1. itemmall,2,54,5 trader [A]Armor 4_M_MOC_SOLDIER,508,{ OnInit: sellitem Chain_Mail_, 65000; sellitem Formal_Suit, 55000; sellitem Tights_, 71000; sellitem Thief_Clothes_, 74000; sellitem Sniping_Suit, 90000; sellitem Meteo_Plate_Armor, 90000; sellitem Silk_Robe_, 8000; sellitem Mage_Coat_, 70000; sellitem Improved_Tights, 90000; sellitem Dragon_Vest, 90000; sellitem Diabolus_Manteau, 100000; sellitem Diabolus_Armor, 100000; sellitem Valkyrie_Armor, 150000; } Hello do we support this trader type of npc in rathena? im having troubles running this code on my server. i just saw this on SDE 1.1.8
  2. i already tried this fork here but it still gives me error im using 2017-06-14 btw. what client are you using?
  3. Hello ive noticed that 2018 patches are not available here : jRO FTP is there a new ftp site? if yes would you link it to me
  4. OnInit: // ----------------------------------------------------------- // Configuration settings. // ----------------------------------------------------------- set .CastleWarp,0; // 1: Always enable all castle warps. | 0: Warp only to active castles. set .AutoKick,1; // Automatically kick players from inactive castles during WOE? (1:yes / 0:no) set .NoOwner,1; // Automatically kick players from unconquered castles outside of WOE? (1:yes / 0:no) set .ExitWarp,0; // Warp all players from castles when WOE ends? (1:yes / 0:no) set .GMAccess,99; // GM level required to access Session Manager. npc/custom/woe_controller.txt
  5. at npc/custom/woe_controller.txt look for the setting about disabling woe for not owned castles
  6. ... Its still giving errors im using hairstyle 41, client ver : 2017-06-14 tested on 2017-5-17 and it still gives errors
  7. tested this script it can only run once when the event ends the next event wont warp the players on the BG map, no errors appearing tho
  8. the first stage mobs are spawning continuously even after defeating the first two
  9. How do i change the race of doram classes to demi-human? does this thing here does it? i think it will only apply reduction on woe https://rathena.org/board/topic/110501-doram-brute-demi-human-other-doram-concern/
  10. Hello im interested in buying Gepard Shield! how do i contact you 

    1. iubantot

      iubantot

      i cant send you a message here its says its already full

    2. Functor

      Functor

      Hello! You should try now.

  11. someone managed to do this on my live server! and he got like 29k pcs of bloody branch and all other stuffs pls fix im using the version 6
  12. im referring on adding a item bonus for specific skill delay.
  13. what item bonus should i use to attain such? I want to reduce a skill's delay by seconds.
  14. how much does this source mod costs if someone already has it?
  15. OnNPCKillEvent: if (killedrid == 1751 && rand(0,1000) > 950) { // Valkyrie Randgris getmapxy(.@map$,.@x,.@y,UNITTYPE_PC); setarray .@OptID[0],RDMOPT_ATTR_TOLERACE_NOTHING,RDMOPT_RACE_TOLERACE_HUMAN; setarray .@OptVal[0],10,5; setarray .@OptParam[0],0; makeitem3 2115,1,.@map$,.@x,.@y,0,0,0,0,0,0,0,.@OptID,.@OptVal,.@OptParam; } end; So ive seen this script on the docs, but i want to make it drop beside the location of the mob. how do i make it like that?
  16. try installing LAMP/LEMP on your CentOS7. Its easier to have a PHPmyAdmin you can browse the web for tutorials
  17. yes i also used letencrypt so i i disable SSL it will work well? ill try that
  18. So i installed cloudflare at my website and i think cloudflare is blocking my thor patcher? or i just missed some configurations to do. is it possible to host thor patcher on a webhost with cloudflare? when im trying to config it to connect to xampp(localhost) it functions well...but when i try to replace the address to my webhost its stucked at that
  19. the script seems to not work correctly or did i miss a step on how to use it? this happens when i select pvp ladder ,gvg and personal stats etc. im using the latest version PvP_ladder 3.16
  20. is the client resources here up to date like before when it is in github?
  21. Hi im currently using ovh and im a complete noob are my firewall configuration correct? if not can you teach me the correct way does ovh have ddos protection automatically?
  22. I already added "chmod +x start.desktop" still having error launching applciation
×
×
  • Create New...