Elysium
Members-
Posts
164 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Elysium
-
Can anyone provide a working diff? =) that would be appreciated.
-
Quests, Games: sader's hunting quest
Elysium replied to sader1992's topic in Game, Event, Quest Script Releases
Curios, The way you add menus to to Can you tell me what's the differences? Kinda confuse why you add "+ in each menus. -
Requesting Real Monster Invasion script!
Elysium replied to joelolopez's question in Script Requests
Hi, sorry to revive this TOPIC but this seems to be useful are you able to re-script this again @Capuche I tried your script and it has a bug. does not support multiple maps$ That would be awesome suggestions above missing. Thank you! -
Hello, rAthena i'm looking for support regarding of SRC of goddameit i was trying to apply on my rA however i got error while compiling. /*=========================================== * getmobxy * by goddameit *-------------------------------------------*/ BUILDIN_FUNC(getmobxy) { int num, id; char *name; struct mob_data *md = NULL; TBL_PC *sd = st->rid?map_id2sd(st->rid):NULL; id = script_getnum(st,2); if(!(md = (struct mob_data *)map_id2bl(id)) || md->bl.type != BL_MOB || !data_isreference(script_getdata(st,3))) { script_pushint(st,0); return 0; } num=st->stack->stack_data[st->start+3].u.num; name=(char *)(str_buf+str_data[num&0x00ffffff].str); setd_sub(st,sd,name,0,(void *)(int)md->bl.x,script_getref(st,3)); setd_sub(st,sd,name,1,(void *)(int)md->bl.y,script_getref(st,3)); script_pushint(st,1); return 0; } // getmobxy [goddameit] BUILDIN_DEF(getmobxy,"i*"), After compiling:
-
Why people still prefer using SVN? that was drop already long time ago
-
I didn't include the @warp since i don't have that command included to my server maybe that's the reason i got errors when recompiling. only copy the parts for @go.
-
I have added this patch manually however it shows a lot of error during recompiling, i guess it needs to update a little for latest rA.
-
Hello, sorry if i revived this topic but, i was wondering if anyone can help me work this on latest rAthena Git? https://rathena.org/board/topic/79375-go-and-warp-delay/?p=183013 Thank you in advanced!
-
[Showcase] Hancock jump in Ragnarok !
Elysium replied to Vykimo's topic in Project Concepts & In Progress
Love this guy right here. you make RO Pserver alive more! -
Go to conf/inter_athena.conf Go at the very end of the file. find: use_sql_db: yes I used sql version. Way better than text (in my opinion)
-
[Showcase] New mount for water : Fish
Elysium replied to Vykimo's topic in Spriting & Palette Showcase
Oh god this is fucking awesome and unique idea P.S: one of your showcases make private server alive. -
[Showcase] A rainy day in RO? (finally)
Elysium replied to Vykimo's topic in Project Concepts & In Progress
I remember that old server was named RainRO. but your was optimized well and it has 3D effects. PLEASE SHARE THIS -
Basically the sacrifice is based on Vit's player. as what i understand on the skill.
-
so no more this right? OnBeginCollector: while ( .start ) { waitingroom " Card Finder",0; sleep 2000; delwaitingroom; } end; Thank you Emistry.
-
https://rathena.org/board/pastebin/6sa10ugkilj6/ Sorry i didn't know there was a password on the script.
-
https://rathena.org/board/pastebin/1x8byhc9a9tw/
-
Hi, i was trying to make a clean '@' change for the variable to '[email protected]' and then suddenly it does not work ingame. the code is pretty old. Since it is written in eAthena. Script: https://rathena.org/board/pastebin/hv37n954rz0/ Anyone can help me fixed the script? Thank you in adavnced.
-
Hello, i just found out this on herc by Annie so i'm asking a help how do i enable the waitingroom everytime the npc is looking for card and it will be delwaiting room after the event is end. here's the script i tried to add but won't work http://pastebin.com/w0xQP642 Thank you!
-
Hi, i just wanna ask if this 2 server is same OWNER? i found out that they have same website design. same content in game and also High Rate server. I just check at RMS and this 2 server appear in the list so i just check it and i found out they are the same X.X http://www.midearth-ro.com/?module=main http://516ro.zackdevs.com/?module=main Anyways, i like the design though Thumbs up!
-
I like this script thank you and congrats for the promotion. So in this case, i'll need to disable the DEFAULT mvp script in rAthena? So i just tested ingame it needs to disable those default MvP. since each MvP places has been duplicated for 2. so it needs to disabled.
-
Thank you Emistry. lastly in this part: And this also: How to make this things work out?
-
Hello, i would like to ask for a help on Emistry's Dynamic Shop. Which i add some additional script with weight checker however there is a problem on it. Will you check this ingame? How to fix the line: 150 http://pastebin.com/8pm7p5gq I don't know how to figure it out. Thank you
-
Please check total character numbers question
Elysium replied to Gotcha's question in Client-side Support
It does not matter its a client problem i guess your using 2015-10-29aRagexe? then better switch to 2015-11-04aRagexe your issue will be solved.