Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/24/20 in all areas

  1. you need to use different script. cuz as the title says it use gepard function (unique_id) anyway other version of freebies npc. jupe_ele,41,34,5 script Freebies 435,{ if(#freebies1 == 1) goto F_1; if (BaseLevel < 1) goto L_1; mes "[Freebies NPC]"; mes "Hi! "+strcharinfo(0)+""; mes "You will recieve 1 Krane Ragnarok Online Freebies"; mes "Thanks For Joining Here , Wish Too See You in the Future."; next; //ITEM CONFIG getitem 512,1; emotion ET_THX; set #freebies1,1; close; OnInit: waitingroom "Freebies NPC",0; end; L_1: mes "[Freebies NPC]"; mes "You must be level 1 to Enjoy Our Freebies"; emotion ET_THX; close; F_1: mes "[Freebies NPC]"; mes "Enjoy Playing Krane-RO !"; emotion ET_STARE; close; }
    1 point
  2. @Ruhn I checked your EXE. You forgot to apply patches: - Disable Game Guard (Recommended) - Disable Ragexe Filename Check (Recommended)
    1 point
  3. if you are talking about useables too. you can use type 11 so that the item wont be gone unless it has script itemskill. https://github.com/rathena/rathena/blob/master/doc/item_db.txt 11 Usable with delayed consumption (intended for 'itemskill') Items using the 'itemskill' script command are consumed after selecting a target. Any other command will NOT consume the item.
    1 point
  4. Well there might be an easier way but if your using this script command to access the dress room "opendressroom" then you can try looking at this script.c */ BUILDIN_FUNC(opendressroom) { #if PACKETVER >= 20150513 int flag = 1; TBL_PC* sd; if( script_hasdata(st,2) ) flag = script_getnum(st,2); if (!script_charid2sd(3, sd)) return SCRIPT_CMD_FAILURE; clif_dressing_room(sd, flag); return SCRIPT_CMD_SUCCESS; #else return SCRIPT_CMD_FAILURE; #endif } and now you see the function through clif_ clif.c void clif_dressing_room(struct map_session_data *sd, int flag) { #if PACKETVER >= 20150513 int fd = sd->fd; nullpo_retv(sd); WFIFOHEAD(fd, packet_len(0xa02)); WFIFOW(fd,0) = 0xa02; WFIFOW(fd,2) = flag; WFIFOSET(fd, packet_len(0xa02)); #endif } I would just make a second one if i had no choice . . .
    1 point
  5. Evening all, I hope you're all well! I've decided to post this instead of send out a mass email, because I know most of you have opted not to receive them. Service Continuation For the most part, rAthena is, and will continue to operate as normal during these trying times. We understand that the need for isolation will undoubtedly cause more traffic to our forums, which we have been prepared for since February and additional measure have been put in place in case traffic sees a random surge. Our aim is to ensure that all the information is available to you when you need it. Risk of Fraud We are also aware that during a crisis, individuals will come out of the woodwork with a view to causing harm in the form of defrauding and scamming our users. Please be diligent before handing over any money to someone you don't know. You can check a list of our approved 3rd Party Services here that have been personally vetted before approval. Staff All of rAthena's staff are volunteers, giving up their free time working towards the betterment of the project. We're also all safe and well and hope you and your families are, too. At a time when parts of the world are stuck indoors, we're using this time to continue overhauling systems. The developers are working hard on their respective projects, be they database conversions to YAML or the refactoring of older mechanics, you can be sure they're busy! The moderators have been tasked with ensuring as many of the support topics as possible have the "Best Answer" post selected in an effort to aid users. Community Please use the search feature before posting new topics. I can assure you that 99% of questions have already been answered, usually twice within the last 3 months. The function of what a community is and what it's capable of is being tested and pushed to it's limits all around the world. Look after each other and be helpful. Home Life Please be sensible and use your common sense. Wash and/or sanitise your hands regularly. Especially your keyboard and mouse! Be kind to each other. Stay safe.
    1 point
  6. Version 3.0

    13530 downloads

    This pack corrects the bad pixels on ragnarok classes and heads with nose or coloured eyes. It makes palletes looks better in general. Take a look at the screenshots for samples. Contains: First classes corrected 2nd Job classes corrected Rebirth classes corrected Special classes corrected (Ninja, taekwon..) Gryphon corrected (for Rune Knight) Official Head Sprites from 1 to 27 corrected. Also contains an extra file: FIX FOR WARLOCK (Credits to Vach ). Use it only if you experience issues with Warlock sprite. If you get any issue with one of the sprites (that shouldn't happen though ), like gravity error when using skill, or moving, just delete the bad-working sprite, update it to the last gravity official version, and make me know about it. Sometimes gravity update a sprite (it happened once in 6 years...so...) and it can crash with new clients. I'm able to fix it very quickly if it happens. If you want the best looking palettes with this pack, take a look at my free Palettes and my 700 Palettes set!
    Free
    1 point
×
×
  • Create New...