kerbiii
Members-
Content Count
342 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kerbiii
-
here for @go i just edit it thx alot copy the script again I edited it to make it work, just edit the time and gm level
-
here for @go i just edit it
-
@kyeme if i set gm lvl 2 on that will gm lvl 2 - 99 will bypass that?
-
Ohh thank you how to set it for group level 2 and below only Here: bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",2,99; 99 is for Group lvl 99.. you can control the player for example: #warp kerbii prontera i change it and only my gm 99 is not able to warp but the regular account can warp muultiple times
-
Ohh thank you how to set it for group level 2 and below only
-
yes it works
-
i see thanks
-
Ohh thank you bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",0,99; what is the use of 0,99
-
help fix this script everytime i use @warp prontera i receive the message "Please enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>) then i cant use the command for 5mins, so the delay is working but the command @warp is not working properly anymore
-
hmm i don't think this could be added as a script and if it could i do not know how. But cydh made and src edit for it. But i'm not 100% sure if it work's on Hercules SVN. Make a back up and try it out. http://rathena.org/board/topic/83569-delay-to-use-command/ is that specific chosen commands or all commands? will try it now
-
a script that will put a 5mins cooldown delay on commands such as @warp
-
how to make the clone passive and just walks arround
-
[status]: Loading NPC file: npc/other/Global_Functions[Warning]: npc_parseview: Invalid NPC constant 'PECOPECO_EGG' specified in file 'npc/other/monster_museum.txt', line'288'. Defaulting to INVISIBLE_CLASS. i change the max eventque to 5 and after coompiling it appears
-
fixed just some issue when trying to diff my client, now its working ty for the help
-
Using this now and its perfect. How about if I will disable the talking? because the NPC spams alot. XD could u teach me how to disable it please? comment out npctalk .... // npctalk callfunc( "F_RandMes", 2, // "I'm talking.", // 1 // "Hello!" // 2 The problem is it doesn't walk anymore.. prontera,156,177,5 script kdjfhkshf2 100,{ end;OnInit: .@interval = 5; .@step = 5; while (1) { sleep .@interval * 1000; getmapxy .@map$, .@x, .@y, 1; while ( checkcell( .@map$, .@npc_x = .@x + rand( -.@step, .@step ), .@npc_y = .@y + rand( -.@step, .@step ), cell_chknopass ) ); npcwalkto .@npc_x, .@npc_y; } end;} [Error]: script:callfunc: function not found! [F_RandMes] doesnt work on latest rev
-
how to make this multiple loan?
-
will post the result after UPDATE: failed to connect
-
done dit my post i though you said
-
i will try to uncomment it, what id you change on packet.h? update: still receive the same error
-
#define PACKETVER 20130807 how to do this Skip Packet Header Obfuscation
-
[Warning]: clif_parse: Received unsupported packet (packet 0x7f57 (0x022d), 19 bytes received), disconnecting session #6. i got this error when i try to log my char
-
thats what i do too, i just hope there's a way to convert it
-
changes to skill_cast_db not taking effect
kerbiii replied to PunkBuster's question in Database Support
2004,1000:900:800:700:600:500:400:300:200:100,0,0,0,0,0,-1 try that