Ragnarok Crew Discussion
Ragnarok Crew Discussion
Ragnarok Crew Discussion
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Ragnarok Crew Discussion

Discuss topics about ways in making/running Ragnarok server and get the required database server/client and also custom made ( Item/Map/Web Template/Monster/and more else).
 
HomeHome  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 AFK berasaskan NPC, Tidak perlu edit sorce code.

Go down 
2 posters
AuthorMessage
AirVine-X
Poring
Poring
AirVine-X


Posts : 62
Join date : 25/02/2013

AFK berasaskan NPC, Tidak perlu edit sorce code. Empty
PostSubject: AFK berasaskan NPC, Tidak perlu edit sorce code.   AFK berasaskan NPC, Tidak perlu edit sorce code. I_icon_minitimeSat Mar 30, 2013 11:05 pm

Quote :
- script atcmd_afk -1,{
OnInit:
bindatcmd("afk","atcmd_afk::OnAFK");
end;

OnAFK:
if (@AFK) {
set @AFK, 0;
changelook 4,headupper;
dispbottom "Away From Keyboard mode disabled.";
end;
} else {
set @AFK, 1;
headupper=getlook(4);
changelook 4,471;
dispbottom "Away From Keyboard mode enabled.";
end;
}
}


ATAU


Quote :
- script atcmd_afk -1,{
OnInit:
bindatcmd("afk","atcmd_afk::Onafk");
bindatcmd("unafk","atcmd_afk::Onunafk");
end;
Onafk:
headupper=getlook(4);
changelook 4,471;
end;
Onunafk:
changelook 4,headupper;
end;
}
Back to top Go down
https://ro-crew.forumms.net
silent01




Posts : 2
Join date : 02/08/2013

AFK berasaskan NPC, Tidak perlu edit sorce code. Empty
PostSubject: HEllo...   AFK berasaskan NPC, Tidak perlu edit sorce code. I_icon_minitimeSun Aug 25, 2013 3:53 am

tank me how...make afk not edit source...src...AFK berasaskan NPC, Tidak perlu edit sorce code. 194646351 
Back to top Go down
AirVine-X
Poring
Poring
AirVine-X


Posts : 62
Join date : 25/02/2013

AFK berasaskan NPC, Tidak perlu edit sorce code. Empty
PostSubject: Re: AFK berasaskan NPC, Tidak perlu edit sorce code.   AFK berasaskan NPC, Tidak perlu edit sorce code. I_icon_minitimeThu Sep 05, 2013 11:07 pm

That same how you make new npc, just you copy this code and make paste at new notepad makeit like npc
Back to top Go down
https://ro-crew.forumms.net
silent01




Posts : 2
Join date : 02/08/2013

AFK berasaskan NPC, Tidak perlu edit sorce code. Empty
PostSubject: Re: AFK berasaskan NPC, Tidak perlu edit sorce code.   AFK berasaskan NPC, Tidak perlu edit sorce code. I_icon_minitimeWed Oct 29, 2014 4:04 pm

Alow..Cannot Make..Cannot Click
Back to top Go down
Sponsored content





AFK berasaskan NPC, Tidak perlu edit sorce code. Empty
PostSubject: Re: AFK berasaskan NPC, Tidak perlu edit sorce code.   AFK berasaskan NPC, Tidak perlu edit sorce code. I_icon_minitime

Back to top Go down
 
AFK berasaskan NPC, Tidak perlu edit sorce code.
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Ragnarok Crew Discussion :: General Support and Release :: Scripting :: Script Releases-
Jump to: