Jump to content

crazyarashi

Developer
  • Posts

    761
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by crazyarashi

  1. OVH, DigitalOcean, and Conoha :)) PS. Don't use ragnarok hostings. [ They Suck ]
  2. watching the video i don't even think its a hack he's only refining up to +4 which is the safe refine
  3. You need to copy it 1 by 1 though since the structure is different. just add the quest id's you need. well if you dont want the hassle better downgrade the client
  4. As mention above you need a latest kRO for 2018 clients.
  5. questid2display translation to OngoingQuestInfoList_Sakray
  6. Just copy the one from the translated questinfo from zackdreavers translation to the new questinfolist in your system files. to use a 2018 clients properly, you will have to change a lot of things.
  7. You'll need to apply all the quest id manually, since it's missing
  8. just remove the ugly hairstyles and change it to better ones
  9. official don't use it all maybe. but yeah using latest clients doesnt hairstyle patches
  10. There is still no solution for that at the moment even with the nemo updated by 4144. :))
  11. Going to retest again later thank you for your time testing it.
  12. I guess that's the reasonable choice at the moment thanks
  13. @Alayne Apparently I tried that kind of code a while ago and no hope for it. I just tried yours too it ended up in the same results it gives me 0 with no errors in console.
  14. just add a a OnPcDieEvent: for the party leader something like this if(strcharinfo(3) == "mapname" && getcharid(0) == getpartyleader(getcharid(1),2)) announce "Party Leader is Dead";
  15. Hi good day rathena I'm currently stuck on the stuff i'm trying to make I basically want to take the average level of the online party members. I tried to use readparam(BaseLevel,[email protected][[email protected]]) but it didnt work somehow. Thank you in advance [email protected]_id = getcharid(1); if([email protected]_id){ getpartymember( [email protected]_id,2 ); getpartymember( [email protected]_id,1 ); for( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) [email protected] += 1; if(attachrid([email protected][[email protected]])) { //= Currently stuck what to put here.
  16. if you want to access your SQL you will need to install a phpmyadmin or if you want to access it remotely you need to allow remote access. PS. don't go bumping other topics especially when your question is out of the topic.
  17. You'll need to make a unique content, since this type of server is common
  18. Yep i think it needs to be match server side just maybe. I haven't really upgraded to 2018 clients yet @@
  19. change the restriction in skill_nocast_db.
  20. Try matching the CheckAttendance.lub file in your System to your server side
  21. Well sad to say i don't know why is that happening
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.