Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/15/17 in all areas

  1. Hi rAthena, I've seen a lot of (old) posts that wanted to have skill detection through scripts. I'm releasing these stuff for scripters to munch on Hope it helps expand the scripting scene and hope you guys release your work here in rAthena too. Credits to Playtester for helping me find the entry point of skill usage. working on Rev: 100644 OnPCSkillUseEventOnPCSkillUseEvent.diff getskillnamegetskillname.diff Sample Script I intentionally separated these so that getskillname can be used independently since I haven't really seen any script command that shows the "english" name of a skill.
    2 points
  2. Don't forget to add the gat file to your mapcache.dat with WeeMapCache Also add the mapname to your mapindex Regards, ~Azura Skyy
    2 points
  3. i bet this from hunting missions.txt line 290 set .@Mission_Count, getvar(#Mission_Count, $@partymembercid[.@i]); set .@Mission0, getvar(Mission0, $@partymembercid[.@i]); set .@HP, getvar(HP, $@partymembercid[.@i]); // this HP causing error if (.@Mission_Count && .@Mission0 && .@HP > 0) { system read variable as Healt Point (HP) param.... i just add somthing on back of its HP set .@Mission_Count, getvar(#Mission_Count, $@partymembercid[.@i]); set .@Mission0, getvar(Mission0, $@partymembercid[.@i]); set .@HP, getvar(HPr, $@partymembercid[.@i]); if (.@Mission_Count && .@Mission0 && .@HPr > 0) { or maybe im wrong , idk next, better u provide more information on your error..
    2 points
  4. < Stolao's Script Collection> Please Comment, Good or Bad i want to know your guys thoughts on what i should do next. Update History At Afk At Commands Auto Event Custom Functions Daily Login Reward Ex Job Master Floating Rates Fly-Wings Group Buffs Mvp Speed Run Non-Abuse Healer Poring Power Pvp Ladder Mining -Unsupported, Bug Fixes Only- Weapon Mastery -Unsupported, Bug Fixes Only- Coming soon to a server near you
    1 point
  5. Briefing & Concept Hello folks! you guess it right, it's time of Olrox free releases! I know it has been a while that due to a lot of things happening, I was not able to be active as I was before into map showcases. In fact, I have tons of map works to finish that I hope they will be out very soon. But now I'm back into map stuff and cause of this I want to share a free release among all of you; with the quality you already know! The last free prontera I shared was This Botanic Garden Prontera which has already the insane amount of 5,600+ downloads! making it the map most popular and downloaded in all time in rAthena. I hope this pack of not only one .. I mean 4 prontera seasons is gonna be a success too! About this Free Release 19-September/2013 Added the Fall Season 03-September/2013 Added the Summer Season of this pack! 29-August/2013 This pack of 4 prontera season is gonna be in showcase beginning by this day. Every 3 or 5 days I will update this thread showing another new season waiting of course of your nice welcome of this release before. We will begin with summer. This pack of prontera seasons has the intention to -preserve- the original style of Prontera, but improving it. This means, it was done by the main purpose of being a discreet and not excessive edition for servers which tends to have users that likes the old prontera behavior. Summer is about trees with some yellowish tones... kinda an semi arid place, that you can sense that the sun is hard. Video ... watch it in HD 720p! Video of this release will come at the time the 4 seasons are in showcase. Also I have to say in advance that these prontera seasons have a neat new feature in mapping that I'm sure you will love! HD Screenshots Panoramic Fall Screenshot 1 Shows the Fall prontera at a panoramic center view. As you can see, the King tristan statue is replaced by a new one from the game of Ragnarok Gate of The World. The main plaza is different on this season. Detailed Fall Screenshot 1 Floor on both sides is different on this Fall season. Panoramic Fall Screenshot 2 Its the north area of this place. Panoramic Fall Screenshot 3 Shows another angle of the center are of this Fall season. Panoramic Spring Screenshot 1 Shows the spring prontera at a panoramic center view. As you can see, the King tristan statue is replaced by a new one from the game of Ragnarok Gate of The World. The main plaza is different on this season. Detailed Spring Screenshot 1 Floor on both sides is different on this Spring season. Panoramic Spring Screenshot 2 Its the north area of this place. Panoramic Spring Screenshot 3 Shows another angle of the center are of this Spring season. Panoramic Summer Screenshot 1 Shows the summer prontera at a panoramic center view. As you can see, the King tristan statue is replaced by a new one from the game of Ragnarok Gate of The World. The Prontera Flags are taken by the game of Ragnarok 2 Legend of the second, editing the original rsm models of the lamps and making them with more altitude. Perspective Summer Screenshot 2 A custom angle that tends to shows map in a neat way. Detailed View Summer Screenshot 3 Shows the style of the floor + trees. All of the floors of these prontera seasons are different and in this summer season, the floor looks for the -stoonish- style of prontera + some vibes and yellowish tones. The trees are not from Ragnarok, they are from Dragonica Online. Download Link Download is ready! As everytime I only ask one simple thing from the community at everytime I do releases: Support! Lets make this thread popular, all I need is your feedback to reach this:[/url] A comment is totally appreciated A thumb up reputation is nice too A topic rating is a nice gesture.[/url] Following my Facebook will keep you up to date of my last map works ---> https://www.facebook.com/OlroxMaps Those are the ways you can support this release. Honestly I hope this pack will have tons of downloads. Thanks guys and good day to everyone!
    1 point
  6. I see you are using the offline server given by rAthena member . Yes its correct but .... 1st . Do copy all Files of summer prontera 2nd. Paste it to your Client Data folder 3rd. Open your GRF Builder. 4th. Merge DIR to repack the GRF files 5th. Check Your Data.ini 6th. Dry Run again
    1 point
  7. Dont be offend Sir but your out of place asking help were in rAthena but your asking regarding in Hercules DB but its ok on my side here are the sample with skill { Id: 28311 AegisName: "Earring_Of_Sarah_R" Name: "Sarah's Right Earring" Type: 5 Weight: 100 Loc: 136 EquipLv: 145 Refine: false Trade: { nodrop: true notrade: true nocart: true nogstorage: true nomail: true noauction: true } Script: <" skill AL_TELEPORT,1; "> },
    1 point
  8. that happen if the player have a party and no body is with him during hunting because they are not bothered to left their party Tip: Your script is not complete on that part. Add some script that check if the player have a party and he is solo hunting, i fixed this already in my server
    1 point
  9. Can you provide us a picture so we can help you better
    1 point
  10. Just add the map files in your grf and in your data.ini make sure youre reading your own grf first. 0 = yourro.grf 1 = data.grf
    1 point
  11. i see you may refer to what valor posted :))
    1 point
  12. Try to avoid using freeloop. The infinity loop is caused by a wrong condition: if ( getgmlevel() < 100 && !checkvending() ) { DetachRID(); continue; } This will detach every non GM (needs at least level 100) and non vending player. Better would be: if ( getgmlevel() > 0 || // ignores GMs checkvending() || // ignores Vender checkweight(32000,1) == 0 || // Checkweight failed checkidle() > 60 ) { // ignores AFK-Player (should also include venders) I just had a look in an own script. It's pretty much the same, but differs from the time (not every hour at minute zero). And it just waits ten seconds, if it fails. OnMinute00: //Damit das ein wenig interessanter wird, wird der Coin nicht genau zur vollen //Stunde ausgeteilt, sondern irgendwann innerhalb dieser Stunde. stopnpctimer; initnpctimer; setnpctimer(rand(0,3540000)); end; OnTimer3545000: stopnpctimer; query_sql "SELECT `account_id` FROM `char` WHERE `online` = '1' ORDER BY RAND() LIMIT 0,1",.@accid; if( getarraysize(.@accid) != 1 ) end; attachrid .@accid[0]; //Player attached if( checkweight(32000,1) == 0 || checkidle() > 60 || getgmlevel() > 0 ) { setnpctimer(3535000); //Evtl. Wird in 10 Sekunden jemand gefunden, der nicht afk ist. startnpctimer; end; } getitem 32000,1; switch(rand(17)) { case 0: announce "["+strcharinfo(0)+"] ist ein richtiger Glückspilz und findet einen Coin hinter "+((Sex)?"seinem":"ihrem")+" Sofa.",b_all; break; // [...] (Sorry in German, but you'll get the point)
    1 point
  13. Try Using Freeloop something like this - script AutoPickEvent -1,{ OnMinute00: freeloop(1); { query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if ( getgmlevel() < 100 && !checkvending() ) { DetachRID(); continue; } announce strcharinfo(0) +" won 1 Hourly Coin in Lucky Pick Event.",0,0x00FF00; getitem 31060,1; break; } freeloop(0); end; }
    1 point
  14. File Name: 553-ClothesDyes-UPDATED File Submitter: Helly File Submitted: 09 Jun 2016 File Category: Palettes Content Author: IDKN Well, here you got some Updated Palettes, what is inside? I have onlye add: - Kagerou and Oboro - Summoner I have no add the Costume 3rd Job of Jro because dont look well in some jobs, the paletts dont match with the sprites and is a mess of black pixels for everywhere. Waiting you found it usefull for your server. Enjoy. Click here to download this file
    1 point
  15. Thanks @Secrets // valor trial: simple query mvp card on gears // thanks to Secrets // command: @mvp - script mvpcardcheck -1,{ OnInIt: bindatcmd "mvp",strnpcinfo(0)+"::OnCommand",99; end; OnCommand: .@rst = query_sql("SELECT inventory.char_id, inventory.nameid, inventory.refine, inventory.card0 FROM inventory INNER JOIN mob_db_re ON inventory.card0 = mob_db_re.dropcardid WHERE mob_db_re.mexp != 0 AND mob_db_re.dropcardid != 0", .@cid, .@itemid, .@refine, .@card0); for ( .@i = 0; .@i < .@rst; .@i++ ){ dispbottom .@i+1+"."+strcharinfo(0,.@cid[.@i])+" has +"+.@refine[.@i]+" "+getitemname(.@itemid[.@i])+" ["+getitemname(.@card0[.@i])+"] "; } end; } maybe someone need
    1 point
  16. 483 downloads

    hi!! this a work for the user Critica there are some runes from this game ^^ hope serve and like it Enjoy ^^
    Free
    1 point
  17. Version v1

    682 downloads

    pls don't sell this for real money or claim this as yours
    Free
    1 point
  18. Hello, After my Voice Mod and Jumping in RO, here my latest Mod : Rain Mod By Vykimo There is looongtime I searched to recreate a rain in RO (I think it is really missing for roleplaying). After many tests, I found a result rather great, and I think it can be mingled into a kind of rain... Here a preview (press HD to see the rain) : Give me some comments!
    1 point
  19. 2706 downloads

    Well, here you got some Updated Palettes, what is inside? I have onlye add: - Kagerou and Oboro - Summoner I have no add the Costume 3rd Job of Jro because dont look well in some jobs, the paletts dont match with the sprites and is a mess of black pixels for everywhere. Waiting you found it usefull for your server. Enjoy.
    Free
    1 point
  20. Normally you would need a newer client, but if you download the above link it'll run fine on any version.
    1 point
  21. I've made an edit from the beloved Old Payon. Just a little edit, but I hope you like it. You'll find it here. 7zip Include: Old Payon Winter Edition Old Payon Inn 01 Old Payon Inn 02 Mini-Maps Old Payon Script by Scotto (Warps, NPC's..) Edit: I've added the "summer/original" version too, just look at the Download Section.
    1 point
  22. That's why i added Time Limit / Delay / Users Limit hope it would minimized the SPAM / Abuse rate... Ouch ...actually..this script has build with some feature..which is...NO ITEM DROPS / NO EXP GAIN in that maps.. all the users get the items by using GetItem Command and for the you have to remove the NO EXP Mapflag setmapflag .Map$,mf_nojobexp; setmapflag .Map$,mf_nobaseexp; and i think this may be able to help you give extra bonus exp on it. ( i not sure is this the correct way to handle using this mapflag ) setmapflag .Map$,mf_jexp,10; setmapflag .Map$,mf_bexp,10;
    1 point
  23. [ Update ] : Added a Farm Zone Script : Description : A map which allow users to hunt items inside it. But it have some restriction as well ... Time Limit Users Limit Item Hunting Limit etc.. Check out the "Function" part for items configuration. and there is 2 Type of Item Lists ( You can set how many to get randomly ) Normal Monster Drops List Boss Monster Drops List Farm Zone [ Version 2 ] Changelog : Scripts : View ♥ Download
    1 point
×
×
  • Create New...