Leaderboard
Popular Content
Showing content with the highest reputation on 12/21/11 in all areas
-
Hello everyone! I figured I'd just make one of these threads that I have as my official free 'map' thread. Listed below is some maps I've done that are free to the public. I do not wish for them to be edited, but they ARE free and you are free to edit them. You are ALSO free to contact me if you need something edited specifically for your server from these maps. CREDITS would be awesome and please do NOT take credit for my work. It's bothersome and makes me a very sad panda ;~; Also you guys are more than free to add me on Facebook. There are maps uploaded onto my facebook that are not uploaded onto RMS/rA/eA. Also there will be constant updates for when I map. A little bit about this map. It was created specifically for a Lunar Event for a server I worked on not that long ago. Unfortunately it never got used so I'm releasing it to the public to do with it what you wish. I hope you like it and please report if you are having any issues. Please note that if your RO is not up to date you may not see the Red Carpet in the main part of the temple, if you decide to use the inside maps. Album of Lunar Map: Click here! Download Link: Click here! Download Link for Inside MapsClick Here! Over View:Click here! The 'ends' of each side of the map:Click here! Download Link: Click! Album of Novice Garden:Click Here! Download LinkClick Here! Please note that the Album shows for Hallow Town and the Vending map that I had planned on doing, unfortunately the Vending Map is no where near complete, but you can view what I had started doing. Album of Hallow Town: Click Here! Download LinkClick Here! Album of Aeven: Click here! Download Link: Aeven w/ House:Click Here! Download Link: Aeven w/ Well:Click Here! Album of Ilyo Kwan: Click Here! Download Link:Click Here! A little bit about this map, I made it for a server a little over a year ago. It was supposed to be kitty themed for events, there are no indoors maps at this time although i'd love to, at one point, make the indoors maps. The map HASNT been used yet, so if you find any glitches feel free to let me know. Two things that was asked of me for this map was an area for weddings and a 'gm only' area. Thats what the two paws are for, you can walk through the water to the wedding area but only GMs will be able to warp to the other paw, unless players get lucky with Fwings. =] Hope you guys like it. Album of Neko Isle: Click Here! Download link Click Here! Lemme know what you're using it for! Hope you guys like it, please feel free to report any bugs. :3 Also it would be awesome if you would please give credits2 points
-
I think rAthena supporting this feature officially would greatly improve server administration. http://rathena.org/board/topic/56125-new-source-mod-added-ultimate-gm-tool/ Does anyone else think so?2 points
-
A bit off topic, but the easiest way to track abusers is to use some kind of shield/anti-cheat software/addon with Hardware ID recognition. Doing it by IP (or IP-range, which is essentialy how ip-geolocation works) won't be reliable anyway, so it looks like a waste of time to me.2 points
-
Well, you probably heard of this, but RO tends to attract old players back somehow... I agree it may be related to nostalgia--you want to play with friends once again, or that you played other games but always find RO to be the best in the end (due to the gameplay, way of community communication, etc). I find RO to be simpler and easier to handle than some of the other games out there (like Perfect World, which really has amazing graphics), and that's the style of games I enjoy playing (RO, Gunbound, etc). I'm pretty sure private servers are worth it. They're worth the experience at least, to be a player, a GM, and/or an Administrator. And for those who want to recreate a server (not their first time managing the server), as long as you have the motivation to see your work through, then you should try it. It may be discouraging at first, but if you really improve the server and keep updating it, the fruits of your results will be yours for the taking (satisfcation mainly). The reason I became an Administrator before was for my friends, so I managed the server for the moment, experience, and memories that form. Even when I see a new player joining a server, I feel pretty content about it. "At least someone is trying out my work." You'll only grow from here.2 points
-
I don't think it's cooked enough to be included in rAthena. There is no documentation for that GeoIP.dat file, the way it's handled (ip->country translation) looks quite awful (consider using built-in DB system maybe?), and I definitely would consider moving SQL queries to char-server.2 points
-
I've used a similar system in Arsinoé / Schallmar. So here the code : Item_db (OnEquip : call function) 29170,Helm of the Champion,Helm of the Champion,5,5000,,10,,5,,0,0xFFFFFFFF,7,2,256,,0,1,510,{bonus2 bAddRace,7,50; bonus3 bAutoSpell,68,10,5; bonus bVit,10;},{callfunc "ars_done";},{} function script ars_done { getmapxy(.@map$,.@x,.@y,0); for(set .@i, 0; .@i < getarraysize($@allowedmaps2$); set .@i, .@i + 1) { if ($@allowedmaps1$[.@i] == .@map$ || $@allowedmaps2$[.@i] == .@map$ || $@allowedmaps3$[.@i] == .@map$) { set .@var, .@var+1;} } if (.@var == 1) { end;} //If Map correct - Check objects for(set .@o, 1; .@o < 11; set .@o, .@o + 1) { for(set .@j, 0; .@j < getarraysize($@itemsdenied); set .@j, .@j + 1) { if(getequipid(.@o) == $@itemsdenied[.@j]) { if(EP7_LANGUE == 0) { dispbottom "Le '"+getitemname(getequipid(.@o))+"' n'est pas autorisé sur cette map.";} if(EP7_LANGUE == 1) { dispbottom "The '"+getitemname(getequipid(.@o))+"' isn't authorized in this map.";} unequip .@o; } } } end; } - script EP7_ConfigurationSchall -1,{ OnInit: //Allow items / maps setarray $@allowedmaps1$[0], "tantale_ile","ars_phare","ars_fild01","ars_fild02","ars_fild03","ars_fild04","ars_fild05","ars_fild06","ars_fild07","ars_fild08","ars_fild09","ars_fild10","ars_fild11","ars_fild12","ars_fild13","ars_fild14","ars_fild15","ars_fild16","ars_fild17","ars_fild18","ars_fild19","ars_fild20","ars_fild21","ars_fild22","ars_fild23","ars_fild24","ars_fild25","ars_fild26","ars_fild27","ars_fild28","ars_fild29","ars_fild30","ars_fild31","ars_fild32","ars_fild33","ars_fild34","ars_fild35","ars_fild36","ars_fild37","ars_fild38","ars_fild39","ars_fild40","ars_fild41","ars_fild42","ars_fild43","ars_fild44","ars_fild45","ars_fild46","ars_fild47","ars_fild48","ars_fild49","ars_fild50","ars_fild51","ars_fild52","ars_fild53","ars_fild54","ars_fild55","ars_fild56","ars_fild57","ars_fild58","ars_fild59","ars_fild60","ars_fild61","ars_fild62","ars_fild63","ars_fild64","ars_fild65","ars_fild66","ars_fild67","ars_fild68","ars_fild69","ars_fild70","ars_fild71","ars_fild72","ars_fild73","ars_fild74","ars_fild75","ars_fild76"; setarray $@allowedmaps2$[0], "ars_dun01","ars_dun02","ars_dun03","ars_dun04","ars_dun05","ars_dun06","ars_dun07","ars_dun08","ars_dun09","ars_dun10","ars_dun11","ars_dun12","ars_dun13","ars_dun14","ars_dun15","ars_dun16","ars_dun17","ars_dun18","ars_dun19","ars_dun20","ars_dun21","ars_dun22","ars_dun23","ars_dun24","ars_dun25","ars_dun26","ars_dun27","ars_dun28","ars_dun29","ars_dun30","ars_dun31","ars_dun32","ars_dun33","ars_dun34","ars_dun35","ars_dun36","ars_dun37","ars_dun38","ars_dun39","ars_dun40","ars_dun41","ars_dun42","ars_dun43","ars_dun44","ars_dun45","ars_dun46","ars_dun47","ars_dun48","ars_dun49","ars_dun50","ars_dun51","ars_dun52","ars_dun53","ars_dun54","ars_dun55","ars_dun56","ars_dun57","ars_dun58","ars_dun59","ars_dun60","ars_dun61","ars_dun62","ars_dun63","ars_dun64","ars_dun65","ars_dun66","ars_dun67","ars_dun68","ars_dun69","ars_dun70","ars_dun71","ars_dun72","ars_dun73","ars_dun74","ars_dun75","ars_dun76","ars_dun77","ars_dun78","ars_dun79","ars_dun80","ars_dun81","ars_dun82","ars_dun83","ars_dun84","ars_dun85","ars_dun86","ars_dun87","ars_dun88","ars_dun89","ars_dun90","ars_dun91","ars_dun92","ars_dun93","ars_dun94","ars_dun95","ars_dun96"; setarray $@allowedmaps3$[0], "ars_in01","ars_in02","ars_in03","ars_in04","ars_in05","ars_in06","ars_in07","ars_in08","ars_in09","ars_in10","ars_in11","ars_in12","ars_in13","ars_in14","ars_in15","ars_in16","ars_in17"; setarray $@itemsdenied[0],29170,29171,29172,29173,29174,29175,29176,29177,29178,29179; } So you can add maps who allowed the use of items and which ones. You have also the db/item_noequip.txt to edit : //Zone 8 - Arsinoe / Schallmar items limitation 1101,512 29170,512 29171,512 29172,512 29173,512 29174,512 29175,512 29176,512 29177,512 29178,512 29179,512 Here mapflag restricted 8 with all maps : http://aerie-pinkpanther.googlecode.com/svn/Schallmar/Server/npc/Schallmar/Mapflags.txt dic_dun03 mapflag restricted 8 The mapflag will check at the login which items the character worn and disable them if equipped.2 points
-
2 points
-
E - Script Collection Last Update : September 10, 2013 Refine Function SQL Mission Board Monster Marching Vendor Control Advanced Stylist Coin Exchanger Doppelganger Race Of The Day Limited Items Multi Currency Shop Random News GM Online List Link Broken E-Inquiry DotA Runes Flower Counting Game Class Restriction Chain Quest Build Manager Misc Scripts : Freebies Script Card Trader Gold Room [ Pick Gold ] Gold Room [ Guild Tax ] Map Restriction [ GM Based ] Daily Reward Monthly Reward Monster Spawner Monster Summoner with Last Summoned Display Players Stats & Equipments 3rd Job Item Giver Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] Party Match Auto Ban Over Stats Users Soul Link Buff Kill Players gain Cash Points Party Members All Get Items [ Snippet ] Message Board Stalker Class Skill Reproduce NPC Multiple Selection Quest [ Template ] In-Game Item Rewarder In-Game Points Rewarder Invasion Event Custom Item Rate Status Point Seller [ Snippet ] Anti Bot Security Script Anti Bot Script [ Code / Question ] Item Combo Restriction [ LHZ Card ] Drop Item Upon Death PVP Switcher + Announcer [ Guild Master ] Rotating Waitingroom Messages +10 Refiner [ Specific Items ] Random Rate Item Exchanger MVP Invasion Premium Users [ Boost Rates ] Display Cutin Image upon Login Custom Randomed Box Items Kick GM during WOE Custom Crafting NPC Restrict Same IP [ Certain Map ] Coloured Items Exchanger Guild Master Changer Party Team PK Match Gambling Game IRC Channel Crafting NPC Guild Storage Restriction Stage Game [ Version 4 ] Monster Wiki Event [ Version 3 ] Special Thank you for my Tutor : Notes : I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible. All the Scripts above are uploaded to Pastebin . Abide the Following Rule : Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts ) Do not SPAM / BUMP in my Topic. Do not ask for Support stuffs for other Scripts in this Topic. Link Down , then drop [ @Emistry ] a message. I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules. Keep This In Your Mind : All the Scripts i distribute here are NOT FOR COMMERCIAL USES . DO NOT remove my Credits if you are using part of the scripts to modify your own. DO NOT re-release the scripts in any form / way. If you ♥ these Scripts , Click on to Vote this Topic up. Or you may also click on at above the Topic1 point
-
Just transfering one of my free realeases, into this new forum. Read ============== Map pack, includes: 1 - the map obvious. 2 - Soundtrack. 3 - mp3nametable to read that soundtrack. 4 - IMPORTANT viewpointtable to read the map camara angles view CORRECTLY. Just add all the files to your GRF and replace. Also Include the BGM in your patcher. You can do it manually though by: Now the map: Map Sketch Red dots --> red carpet, yeah the luxurious ones Blue dots --> chairs, or where people will be. So, this is about an "epic room" small indoor map, with royal style. (at least that is what I understood) ... with luxurious chairs, and well a nice stage. The purpose of this map is like a stage, or a condecoration room, or elite/important meetings, or something like that. Map BGM & Screenshots Map Includes a BGM that is this one, from LoZ a link to the past. Perfect theme for this room You can listen it here --> Download Link http://rathena.org/board/files/file/2235-royal-room-by-olrox/ Be nice and give credits to use, if you will use it on your server. Dont claim a map by yours, if you didnt make it.1 point
-
1 point
-
After the removal of the items, put this query_sql "UPDATE table SET points = points + 1 WHERE char_id = "+getcharid(0); Just edit the names of these: table > the table to edit, points > field where the points are saved Regards, Chris1 point
-
1 point
-
I guess the staff members don't want to take any chances. There's always the question of "if this happens..." So, it is better to be safe than sorry (to avoid getting yelled by the community)!1 point
-
I'm currently using your Aeven Forest on my server. Thanks ! Can't wait to see more works from you.1 point
-
That's a real problem when you create a custom map ... (Following method can occure some model disparition ...)1 point
-
If you use the Skip Service Select diff, then it will always skip the server menu and pick the first <connection> block. If you want to use multiple <connection> blocks, then you need to disable "Skip Service Select".1 point
-
Agreed, adding an inter-server packet to handle this would clean things up significantly. We could also consider expanding the search results to include more than just country of origin. Maybe include the city, region etc. which could be useful when trying to track down characters which have caused offense (see if they play in the same area, may possibly be the same person?)1 point
-
Depends if he's wanting to convert a server or setup a server then doesnt it? Thought that was self explanatory based on the file name1 point
-
There are various malootid mods. The dev team are actually looking at adding one to the SVN. Stay tuned. Thought you'd like to know1 point
-
Did it works with another grf ? It can be a corrupted GRF ... Still the same message error with all programs ?1 point
-
1 point
-
You should use notepad++, anyway you can get the Sprite Bible here : http://ratemyserver.net/index.php?page=riot_bible_main1 point
-
@ Chemical: I love Star Ocean!! I can't wait1 point
-
1 point
-
The issue with this is that people could then possibly upload malicious content after their initial submission was approved. This is done, presumably, to protect users potentially downloading content that will damage their system, or be exploitable. As troublesome as it is, I feel it's in place to ensure file integrity as well as quality of service is not compromised. This is a firm "No" from me, should my vote count for anything.1 point
-
Yo veo que van avanzando bien, han ido arreglando bugs olvidados y parece que la comunidad tiene ánimos de mejorar esto, incluso veo bastantes de eAthena aquí. Otro detalle importante es que ahora la comunidad tiene más facilidad de ayudar, el equipo de desarrollo está más atento y crece constantemente, podemos ver entre los Core Developers ahora a Epoque y Protimus por ejemplo, se ve cambio y progreso. Ciertamente es un buen momento para empezar a programar para RO, de esta manera incluso podemos ayudar al futuro de rAthena, dado que el éxito depende de nosotros (la comunidad), cada uno tiene su manera, a veces basta con mantener el foro activo para motivar. P.D: Ademas se trata de trabajar la idea de que la administración no dependa de una persona, así evitar un incidente como ocurrió con Paradox.1 point
-
1 point
-
There's no eRO since 2002??? XD It's name is now iRO... Anyway... The best source is jRO, because it has exclusives mechanics and quests, and so far Gung Ho is now thw head of RO project... But, since the most updates starts in kRO, it's normal that kRO is used as paramenter... Regards...1 point
-
It's a sprite bible. It's for every sprite in the client. data/sprite/¸öÅë/ ... |----/¿© Female bodies '----/³² Male bodies To replace female GM use the file name ¿î¿µÀÚ_¿©.spr To replace male GM use the filename ¿î¿µÀÚ_³².spr1 point
-
Thank you for putting your trust in me. I accepted the invitation and as I said earlier, I will help as can. I am hopeful that the Rytech stop playing minecraft and join to rAthena staff too xD1 point
-
Jasc, the one who made this topic, should have it if he wants to share with you. Try asking him or do a search on the forums and you might find it. If you want to make it yourself, the chips are stored in the permanent char variable 'chips'. You can also try requesting it in the script request forum.1 point