Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. I believe you don't need to revert your 17000+ svn to 14000+ svn. These is a official behavior of fcp on rAthena. And if you want to revert it back. It's somewhere before 17026 svn
  2. Patskie

    about PVP

    Maybe you can show error? The ladder works fine for rAthena and eAthena
  3. To make an improvement of your script collections. Why don't you add some description? so that people will have an idea on how your script works
  4. http://rathena.org/wiki/Custom_Items
  5. http://www.microsoft.com/visualstudio/eng/downloads use an alternative browser like Google Chrome or Internet Explorer
  6. Yes it has 3 .exe No, they are not compiled. You need to use visual C++ as a compiler
  7. Use search engine. Stage game by Emistry
  8. Just add getitem 6124,1; after the change job module on your script
  9. Use code tag when you are posting a script-like things
  10. You can update your SVN through TortoiseSVN or maybe if you want you can use the latest svn
  11. Maybe you should try the latest svn 1. Use tortoiseSVN 2. Checkout https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ It's complete and regarding the access problem from microsoft.com maybe you can try it now
  12. Patskie

    about PVP

    Use this for getting the number of players in your map : getmapusers("pvp_y_1-2") getmapusers("pvp_y_2-4") ..... // and so on Link : http://rathena.org/board/topic/82874-pvp-warper-w-dota-sound-and-ladder-global/?hl=global // Players' will drop a 'Skull' when killed? // 0 = Disabled // 1 = Dropped only in PvP maps // 2 = Dropped in all situations bone_drop: 0 Link : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf
  13. if (Class == 24) // Gunslinger if (Class == 25) // Ninja
  14. http://pastebin.com/raw.php?i=VVKbb3Bn not tested though Edit : this is not a source request instead this is a script request
  15. Instead of 969,10000 try 969,1000000
  16. Set valkyrie equips to your desired job (S.) Novice (2^00): 0x00000001 Swordman (2^01): 0x00000002 Mage (2^02): 0x00000004 Archer (2^03): 0x00000008 Acolyte (2^04): 0x00000010 Merchant (2^05): 0x00000020 Thief (2^06): 0x00000040 Knight (2^07): 0x00000080 Priest (2^08): 0x00000100 Wizard (2^09): 0x00000200 Blacksmith (2^10): 0x00000400 Hunter (2^11): 0x00000800 Assassin (2^12): 0x00001000 Unused (2^13): 0x00002000 Crusader (2^14): 0x00004000 Monk (2^15): 0x00008000 Sage (2^16): 0x00010000 Rogue (2^17): 0x00020000 Alchemist (2^18): 0x00040000 Bard/Dancer (2^19): 0x00080000 Unused (2^20): 0x00100000 Taekwon (2^21): 0x00200000 StarGladiator (2^22): 0x00400000 Soul Linker (2^23): 0x00800000 Gunslinger (2^24): 0x01000000 Ninja (2^25): 0x02000000 All Classes : 0xFFFFFFFF Every Job Except Novice : 0xFFFFFFFE
  17. Like this?
  18. Patskie

    Help

    Adding 10 token points on a player when he or she click the npc. So the main answer is #Treasure_Token prontera,150,150,0 script Token 100,{ #Treasure_Token = #Treasure_Token + 10; dispbottom "You now have " +#Treasure_Token+ " tokens"; end; }
  19. What you mean? a dispbottom message on script?
  20. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/quests/quest_shop.txt Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...});
  21. http://rathena.org/board/topic/71668-quests-games-event-manager/
  22. Patskie

    Map

    Use weemapcache
  23. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/drops.conf // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_drop_card_min: 1 item_drop_card_max: 10000
×
×
  • Create New...