Jump to content

Jaburak

Members
  • Posts

    1125
  • Joined

  • Days Won

    31

Everything posted by Jaburak

  1. Then remove this; waitingroom "Top "+$@LadderLength+" Players!",0; // Look on the configuration! }
  2. You should have visionary_tab.txt, class_tab.txt, etc inside your data folder.
  3. The map should be GVG not PVP.
  4. prontera,200,180,5 script Bossnia Test 757,{ if(isequipped(5340) || isequipped(5341) || isequipped(5342) || isequipped(5343) || isequipped(5344) || isequipped(5345)) warp "bossnia_01",0,0; else{ mes "You must equip the item first."; } close; }
  5. Main.Ini and all other files except patch: http://sulitro.myragna.com/thor/ Patch files at: http://sulitro.myragna.com/thor/patchs/
  6. Im using rathena - Revision 17310: /trunk I think that script is not compatible with rAthena. Try ghost pvp system here; http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
  7. Try @itemmap by Xantara: http://rathena.org/board/topic/56124-package-getitem-map-itemmap/
  8. trunk/conf/char_athena.conf pincode_enabled: no
  9. Version 1.0

    772 downloads

    Here's a customized Pilipinas cap made by my friend Calv(He's not that active here in rAthena so I asked him if I'm able to upload one of his works and give it for free). This File Includes: Pilipinas Spr and Act File BMP Item Icon BMP Collection Icon Inventory Spr and Act File Rules: Please don't claim it as yours. Do not pass my work to other people. Do not remove my signature on Collection image.
    Free
  10. Guide on how to put custom wings/items: http://rathena.org/wiki/Custom_Items You can download custom wings/items here: http://spriterepository.com/ For Auras: http://rathena.org/board/topic/59352-resolved-how-add-auras/
  11. What SVN are you using? eAthena or rAthena?
  12. http://rathena.org/board/topic/82170-cant-update-svn-revisions/
  13. Yes, just download prontera map files or extract your data.grf to get it. Then all you have to do is to rename the map and patch it. prontera.gat prontera.gnd prontera.rsw Will become: prt_mvp.gat prt_mvp.gnd prt_mvp.rsw prt_pvp.gat prt_pvp.gnd prt_pvp.rsw prt_vend.gat prt_vend.gnd prt_vend.rsw Or rename it to whatever you want.
  14. Here http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
  15. What client are you using? Did you edit your packet_db.txt too?
  16. It depends on the server owner.
  17. I think you need someone who can hex your client to remove the world map.
  18. amatsu,116,146,3 script Seyra 90,{ set .@n$, "[Seyra]"; setarray .@rwd[0],2115,1,2357,1,2421,1,2524,1; // Rewards: <item id>,<item amount> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes .@n$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); close2; set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) getitem .@rwd[.@i], .@rwd[.@i+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; }
  19. Download this one; https://subversion.assembla.com/svn/client-side-translation/Data/
  20. You should put your script in "trunk/npc/mobs/" before using @loadnpc.
  21. This works fine on me. Try to do this ingame; @loadnpc npc/mobs/bossnia.txt
  22. Jaburak

    Healer

    skilleffect "HP_ASSUMPTIO",0; sc_start SC_ASSUMPTIO,100000,5;
  23. Jaburak

    Water

    If the file name is watertest.jpg, then you should put that name on it. <extension>watertest.jpg</extension>
  24. Jaburak

    Water

    You should put the name of the files in the extension. For example: <water> <directory>data\texture\¿öÅÍ\</directory> <extension>water1.jpg</extension> <count>19</count> </water>
×
×
  • Create New...