-
Posts
761 -
Joined
-
Last visited
-
Days Won
19
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by crazyarashi
-
OVH, DigitalOcean, and Conoha :)) PS. Don't use ragnarok hostings. [ They Suck ]
-
watching the video i don't even think its a hack he's only refining up to +4 which is the safe refine
-
Client date : 2018-07-18c error GetOngoingQuestinfo
crazyarashi replied to Hnomkeng's question in Client-side Support
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 -
binkw32.dll Error [email protected] could not be located
crazyarashi replied to Vietlubu's question in Client-side Support
As mention above you need a latest kRO for 2018 clients. -
Client date : 2018-07-18c error GetOngoingQuestinfo
crazyarashi replied to Hnomkeng's question in Client-side Support
questid2display translation to OngoingQuestInfoList_Sakray -
Client date : 2018-07-18c error GetOngoingQuestinfo
crazyarashi replied to Hnomkeng's question in Client-side Support
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. -
Client date : 2018-07-18c error GetOngoingQuestinfo
crazyarashi replied to Hnomkeng's question in Client-side Support
You'll need to apply all the quest id manually, since it's missing -
Rebellion Update
-
2018-03-07 is Intended not support over 30 Hairstyle?
crazyarashi replied to dikapramantya's question in Client-side Support
just remove the ugly hairstyles and change it to better ones -
2018-03-07 is Intended not support over 30 Hairstyle?
crazyarashi replied to dikapramantya's question in Client-side Support
official don't use it all maybe. but yeah using latest clients doesnt hairstyle patches -
2018-03-07 is Intended not support over 30 Hairstyle?
crazyarashi replied to dikapramantya's question in Client-side Support
There is still no solution for that at the moment even with the nemo updated by 4144. :)) -
Getting average level of Online party members.
crazyarashi replied to crazyarashi's question in Scripting Support
Going to retest again later thank you for your time testing it. -
remove it in the indoor map list :))
-
Getting average level of Online party members.
crazyarashi replied to crazyarashi's question in Scripting Support
I guess that's the reasonable choice at the moment thanks -
Getting average level of Online party members.
crazyarashi replied to crazyarashi's question in Scripting Support
It all returns 0 :< kinda odd w -
Getting average level of Online party members.
crazyarashi replied to crazyarashi's question in Scripting Support
@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. -
Getting average level of Online party members.
crazyarashi replied to crazyarashi's question in Scripting Support
ah its just in the post :)) -
How to check if other player is alive?
crazyarashi replied to BigBurrito's question in Script Requests
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"; -
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.
-
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.
-
You'll need to make a unique content, since this type of server is common
-
Yep i think it needs to be match server side just maybe. I haven't really upgraded to 2018 clients yet @@
-
change the restriction in skill_nocast_db.
-
Try matching the CheckAttendance.lub file in your System to your server side
-
Well sad to say i don't know why is that happening