Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/28/16 in Posts

  1. To be perfectly blunt: no. You are not the first to ask, and I feel I should give an explanation as it must seem counterproductive to turn down willing contributors. There have been many client projects over the years, and if my only goal was to produce a working client I would have continued work on an existing project. Open Ragnarok comes to mind. Instead my primary aim has been recreating the game executable, as near as is possible from a binary. Given this particular constraint I believe there are few people who are capable of contributing, and many fewer still who would be interested in doing so. Lastly, I prefer doing my own thing, as I suspect most developers tend to do when it comes to their pet projects. Despite collaboration being pretty easy nowadays, I don't want to bother with it unless I can expect another major contributor.
    2 points
  2. Made a rewrite of a script for this thread: https://rathena.org/board/topic/103264-how-to-add-reward-to-winning-team-for-this-pvp-script/#entry290622 This video is running v1.4 of the script Some Add'l Screenshots: change number of players by searching for .NumPlayers to your needs. Example You want a 2v2: set .Numplayers, 2; Currently working on: 1. Making rounds configurable [Suggested by PandaLovesHamster] 2. Player will not be able to kill a player on the same team [Suggested by Litro Endemic] Changelog:v1.6 by Me PvP Recruiter.txt - Changed Line up view to PlayerName instead of CharID and shows "None Yet" if no player has registered yet [suggested by Emistry]v1.5 by Me PvP Recruiter.txt v1.4 by Me PvP Recruiter.txt v1.3 by Me PvP Recruiter.txt v1.2 by Me PvP Recruiter.txt v1.1 by PandaLovesHamster http://pastebin.com/Nya7kzsQ v1.0 by Me pvp4v4.txt Screenshots: Credits:
    1 point
  3. Lemongrass has been working on this for a while and I believe it's close to completion. (Hope he doesn't get upset I mention it here!)
    1 point
  4. after: set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color"); try to add: if ( .@s == 1 ) { if( Class == 4013 ) { setlook 7,0; mes "No available pallete for this cloth!"; close; } }
    1 point
  5. there is another way . You can use your main item_db , but dont skip your problem fix your import file
    1 point
×
×
  • Create New...