Jump to content

JayPee

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by JayPee

  1. I say +1 seems much cleaner to me
  2. What fluxcp your using?
  3. JayPee

    help with flux cp

    you must install PDO Extension in your php.
  4. You should post in this topic: http://rathena.org/board/topic/63114-buyvm-virtual-private-servers-windows-linux-ddos-protection-dedicated-mysql-free-patch-hosting-starting-at-350month/
  5. use the xml version of the server status then fetch the xml contents using javascript ajax i recommend that you use jquery library since its easy to use ajax in jquery. See our patcher server status. http://www.agonyro.net/patcher/server_status.html
  6. i guess your using rA login table that vote for points is compatible only in eA login table
  7. Sorry for the super late reply I've been busy at work but I cant reproduce the problem but i revised the listing of voting in index.php and list.php hope it fix the problem see my repo: https://github.com/mandark022/VoteForPoints
  8. For example: I have a footgear which has an ItemID of 1504 and I want to have an item combo it to ItemID 1505(Armor) and 1506(Headgear). I think this kind of format is easy to read. 1504:{ 1505: { bonus bStr,1; bonus bAgi,1 /** Item Bonus Script **/ } 1506: { bonus bDex,1; bonus bVit,1 } } Hope you understand my english
  9. Im not good at source but is this possible like in the groups.conf item: { itemC1: { bonus bAgi,1; }, itemC2: { bonus bStr,1; }, }
  10. are you using rAthena and renewal FluxCP?
  11. Hi!, edit config/access.php find this 'resetpos' its inside the character array set the resetpos value to AccountLevel::NORMAL which looks like this 'resetlook' => AccountLevel::NORMAL,
  12. Going to be inactive for a week

  13. you can disable a char command of a specific command by making the value of a command to [true,false] ex: go: [true,false]
  14. not sure baka dito sa try check if binablock ng firewall ung mga ports ng mga server.
  15. So if I UnEquip an item the item combo script will be unload?
  16. Question: This will be applied only in OnEquip? or In All Labels?
  17. I vote yes for this I think its much easier to make item combos with that.
  18. Hi, I would like to ask if the MvP tomb system should be on/enabled by default because it causes GE if you dont have the npc sprite of the tomb in your client.
  19. JayPee

    gm account

    can you post your groups.conf
  20. separation of text log files by date.
×
×
  • Create New...