Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by crazyarashi

  1. Are you sure you set it up well? Like trying to run the client without encryption first and worked. or try sending a screenshot of error maybe we'll get the hint of idea what is your error.
  2. Well it old clients is different from new client so don't expect it to work in newer clients unless there is an update in nemo. :))
  3. OVH, DigitalOcean, and Conoha :)) PS. Don't use ragnarok hostings. [ They Suck ]
  4. watching the video i don't even think its a hack he's only refining up to +4 which is the safe refine
  5. 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
  6. As mention above you need a latest kRO for 2018 clients.
  7. questid2display translation to OngoingQuestInfoList_Sakray
  8. 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.
  9. You'll need to apply all the quest id manually, since it's missing
  10. just remove the ugly hairstyles and change it to better ones
  11. official don't use it all maybe. but yeah using latest clients doesnt hairstyle patches
  12. There is still no solution for that at the moment even with the nemo updated by 4144. :))
  13. Going to retest again later thank you for your time testing it.
  14. I guess that's the reasonable choice at the moment thanks
  15. @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.
  16. 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";
  17. 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,.$@partmemberaid[.@i]) but it didnt work somehow. Thank you in advance .@party_id = getcharid(1); if(.@party_id){ getpartymember( .@party_id,2 ); getpartymember( .@party_id,1 ); for( .@i = 0; .@i < $@partymembercount; .@i++ ) if(isloggedin($@partymemberaid[.@i],$@partymembercid[.@i])) .@online += 1; if(attachrid($@partymemberaid[.@i])) { //= Currently stuck what to put here.
  18. 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.
  19. You'll need to make a unique content, since this type of server is common
  20. Yep i think it needs to be match server side just maybe. I haven't really upgraded to 2018 clients yet @@
  21. change the restriction in skill_nocast_db.
×
×
  • Create New...