Jump to content

Garkor

Members
  • Posts

    69
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany
  • Server
    Localhost

Recent Profile Visitors

3043 profile views

Garkor's Achievements

Poring

Poring (1/15)

3

Reputation

3

Community Answers

  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
×
×
  • Create New...