Jump to content

Mosaic

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Mosaic

  1. Mosaic

    Manner System

    No. I need the manner system. I want them to be punished when they killed a player.
  2. I set the pk mode to 2 so that they will be punished if they killed a player. Question: How to remove the current penalty/manner of the player?
  3. Use the command "@accinfo %playersname%" in-game. Tested this guide multiple times and it works like a charm.
  4. Hello Team, Can someone please share me the files of the old custom prontera map that was released on eA long time ago? The map has a swimming pool on the right side where it replaced the house of the refiner NPC(hollgrehenn). Thank you so much!
  5. Update 1: Updating the client version can be done through editing the packets.h
  6. Hello Team, I can't find a way to update the client date to the emulator since I'm using the latest one, as far as I remember, it can be done by editing the lines from mmo.h but it seems that I can't it, also I can't find the packet_db.txt in the db folder. Please adivse. Thanks!
  7. Here's the link. https://rathena.org/board/clients/donations/
  8. 1. If you're using linux then, download a copy of your mapcache.dat then open weemapcache and open your mapcache.dat. 2. Click FIle on Weemapcache then select your custom map's gat file then hit Save. 3. Upload your mapcache.dat to your svn (db/re or pre-re), overwrite the file. 4. Open map_index inside the db folder, then add the name of the custom map at the bottom, must follow the instructions there. 5. Same with conf/maps_athena.conf, you must add the name of the custom map and instructions should be followed there. 6. Upload all the custom map's files in your grf file(Your Custom GRF). After following these instructions, you need to re-compile and restart your server. Congratulations!
  9. I believe you have to do it manually.
  10. I don't know if this one will work but you can try prontera,161,180,4 script Mr. Nick 709,{ mes "Hello there! I am Nick, the Guild Name changer." mes "you can use my service if you have TCG and 50 Million Zennies! " next; mes "Input new name"; input @NewName$; if(countitem(7227) || Zeny < 50000000) { mes "I do apologize but you did not meet my requirements.."; close; } next; mes "Please relog for the changes to take effect"; query_sql("UPDATE `name` FROM `guild` SET `name`='"+@NewName$+"' WHERE `name`='"+strcharinfo(2)+"'"); delitem 7227,1; set Zeny,Zeny-50000000; close; I used +strcharinfo(2)+ because type "2" is for the name of the guild and "0" is for the player(as per wiki), but I'm not so sure about this...
  11. You can still download those files at http://www.green-peach.net/?a=hat_mob
  12. I recommend buyvm's vps and ddos ip protection. Its easy to setup rAthena on a Linux VPS.
  13. any tutorial here? Its kinda easy to configure the flux control panel, you just need to edit the config.php and tuwala! lets try? teamviewer? First you have to install XAMPP.
  14. any tutorial here? Its kinda easy to configure the flux control panel, you just need to edit the config.php and tuwala!
  15. I don't know if I understand you but you can try Xantara's Flux CP! Its FREE! Here's the link https://rathena.org/board/topic/79203-xantaras-fluxcp/
  16. Right, I'm using reshack to change the Icon, so I have to use NEMO instead of xdiff pathcer? Alright, will try this out and will keep you posted. Thanks a lot!
  17. I installed Mysql Gui and the Server separated, I'm using the old steps to save more disk space and that's why I need to download the ms vs c++ manually.
  18. Sorry for the late reply guys but you are correct, I change the ICON first before I diff the client. Anyone?
  19. I don't have enough disk space to download/install the MS Visual C++ 2010 Express Edition since I am using a Windows VPS Machine, I'm just wondering if you guys can share a lite installer or any application where I can compile the 3 server? Thanks a lot!
  20. Hello Guys, Few questions here, I'm really, really confused. I'm trying to change the Ragexe Icon using Reshack. I downloaded the Icon packs from here and successfully replaced it. Now, I'm trying to diff the client but it gives a lot of error, I'm using xDiffpatcher. I tried to use the default ragnarok icon then no errors. Anyone? Thanks in advance.
  21. Re-Diff your client and patch ExtendNPCBox. http://imgur.com/a/eJ9bB
×
×
  • Create New...