Jump to content

Elysium

Members
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Elysium

  1. Can anyone provide a working diff? =) that would be appreciated.
  2. Curios, The way you add menus to to Can you tell me what's the differences? Kinda confuse why you add "+ in each menus.
  3. 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!
  4. 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:
  5. Elysium

    bug @guild

    Why people still prefer using SVN? that was drop already long time ago
  6. 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.
  7. 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.
  8. 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!
  9. Love this guy right here. you make RO Pserver alive more!
  10. Elysium

    Mob DB SQL

    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)
  11. Oh god this is fucking awesome and unique idea P.S: one of your showcases make private server alive.
  12. I remember that old server was named RainRO. but your was optimized well and it has 3D effects. PLEASE SHARE THIS
  13. Basically the sacrifice is based on Vit's player. as what i understand on the skill.
  14. so no more this right? OnBeginCollector: while ( .start ) { waitingroom " Card Finder",0; sleep 2000; delwaitingroom; } end; Thank you Emistry.
  15. https://rathena.org/board/pastebin/6sa10ugkilj6/ Sorry i didn't know there was a password on the script.
  16. https://rathena.org/board/pastebin/1x8byhc9a9tw/
  17. Hi, i was trying to make a clean '@' change for the variable to '.@' 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.
  18. 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!
  19. 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!
  20. 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.
  21. Thank you Emistry. lastly in this part: And this also: How to make this things work out?
  22. 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
  23. 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.
×
×
  • Create New...