Jump to content

Garkor

Members
  • Posts

    69
  • Joined

  • Last visited

Everything posted by Garkor

  1. It sounds really good- I wait to see how does it looks and works soon Best regards, Garkor
  2. In my opinion you'll just need to add it to the array on bottom of the script. setarray .Shop[0], // Card Shop items: <ID>,<point cost> 30814,300,12246,750; Just change it to: setarray .Shop[0], // Card Shop items: <ID>,<point cost> 30814,300,12246,750,616,2; Best regards, Garkor
  3. rAthena doesn't have any pvp warper by default but at the board you can download a lot of pvp warper or else you can create it by yourself. Its very easy if you dont need some special things. map,x,y,4 script PvP Warper 411,{ set .@mes$,"[^777777PvP Warper^000000]"; mes .@mes$; switch(select("Room 1","Room 2","Room 3","Cancel")){ case 1: close2; warp "pvp_y_1-1",119,84; end; case 2: close2; warp "pvp_y_1-2",119,84; end; case 3: close2; warp "pvp_y_1-3",119,84; end; case 4: close; } } I hope it can help you a lot. Best regards, Garkor
  4. Hello guys, I want to show you my first thor patcher design. I've made it 2 month ago but I've doesn't received any feedback from my players. Thanks for your feedback Best regards, Garkor
  5. It whould be very nice if this whould be supported and implemented I've take a look at hercules and in my opinion its a really nice feature. But I think the best feature is the per character gender Best regards, Garkor
  6. File Name: Add file to guild storage File Submitter: Garkor File Submitted: 17 Mar 2015 File Category: Other Web/CP Scripts Content Author: Garkor Hello guys, I've create this page because some one requested it. It's easy to configure but very useful. With this page you can add an item to the guild storage of any guild you want. You can configure a key which anyone need to access this site. You can configure the min. group id which anyone need to add an item to any guild. The page check the following: - Does the guild exist - Does the guild have the item already - And last but not least does the user have the right group id to access I hope it can help anyone. If you find some bug or issue let me know this If you want to request any else I can help you too. Best regards Garkor //Copyright by Garkor. //Dont steal it. Dont name it as yours. Dont remove the copyright. //You can change something but you aren't allowed to remove the copyright/watermarks. Click here to download this file
  7. http://fs2.directupload.net/images/150404/v4i3cfcf.jpg Best regards, Garkor
  8. If you change this you'll need to add your custom map on the map_index.h too. Replace: { MAP_PRONTERA, 156, 191, 3 }, // 0 = Prontera with this: { MAP_MAINTOWN, 181, 76, 3 }, // 0 = Maintown And after: { MAP_ECLAGE, 110, 39, 3 }, // 35 = Eclage add this: { MAP_PRONTERA, 156, 191, 3 }, // 36 = Prontera The lines: if (strncmpi(map_name, "morroc", 4) == 0) { // Correct town name for 'morocc' town = 1; } are only need if your map have more than one name. Example: @go maintown, @go main, @go home and @go 0. But you'll doesn't need this. Best regards, Garkor
  9. You cannot create a transparent background. You need to cut out the notice field and load it with your notice.html. Send me your background image(PN) and your config.ini and I can do it for you. Best regards, Garkor
  10. It looks really cool and its easy to handle. Good work Best regards, Garkor
  11. Now I've waiting about 15 days and the file isn't approved today. Best regards, Garkor
  12. Garkor

    clouds

    You cannot add new maps with clouds. You need to replace a map with clouds. The maps with clouds are hardcoded in the client. You just need to replace a mapname in the client. Search for 'gonyrun'. Best regards, Garkor
  13. Please run 'make clean && make server'. "make sql" is outdated. It doesn't affect in new revisions. Best regards, Garkor
  14. I think the map-server cannot connect to the database. Please check the configuration in the /conf/inter_athena.conf. Best regards, Garkor
  15. What you are looking for isn't a database. You've posted in the wrong section. You need to post in the "client request" section. But here is a new ragnarok fullclient. This contains the newest data.grf and rdata.grf.http://www.nickyzai.com/?p=kro Best regards, Garkor
  16. Hello guys, I whould like to help one people of this forum and thereforce I've already upload a file. But the file is not approved at the moment. The time to approve one file is very annoying. The file was uploaded 2 days ago and I think it's a little bit stupid. Does it normally or unormally that the time is very large to approve one file? Best regards, Garkor
  17. Hello guys, I would like to request a source modification. The converter/arrow creation menu shouldn't be show if only one item to choose. I'll try it by myself but I'm not really good at source modification. Best regards, Garkor
  18. I need the database structure where the HaShield save the Mac-Address to create this npc. Best regards, Garkor
  19. eaMod is just an eathena modification like rAthena. Therforce it should be work. Sometimes you've only to change some script commands. I dont know if eaMod use new script commands. Best regards, Garkor
  20. The items doesn't have an own level or an own exp. I dont know how to make it. what do you thinking about trading this weapon? The exp whould be character bounded. You should ask for a source modification. Best regards, Garkor
  21. Does the HaShield save the players Mac-Address anywhere? Best regards, Garkor~
  22. Version 1.0.0

    65 downloads

    Hello guys, I've create this page because some one requested it. It's easy to configure but very useful. With this page you can add an item to the guild storage of any guild you want. You can configure a key which anyone need to access this site. You can configure the min. group id which anyone need to add an item to any guild. The page check the following: - Does the guild exist - Does the guild have the item already - And last but not least does the user have the right group id to access I hope it can help anyone. If you find some bug or issue let me know this If you want to request any else I can help you too. Best regards Garkor //Copyright by Garkor. //Dont steal it. Dont name it as yours. Dont remove the copyright. //You can change something but you aren't allowed to remove the copyright/watermarks.
    Free
  23. The project is still in progress. Look at GitHub and you can see this. Look at the latest changes. Best regards, Garkor
×
×
  • Create New...