Dinze
Members-
Content Count
42 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dinze
-
[Showcase] Aeroblax Services Premade Patcher
Dinze replied to aero011's topic in Other Graphics Showcase
I like the first one. You should blur/smudge the edge of the image to make it smoother. -
Are you trying to ask the user to input a number? try input instead.
-
Do you mind if you help me to complete it? please? thanks try this one. atcommand.c ACMD(dpt){ struct pet_data *pd; if(!sd->status.pet_id || !(pd=sd->pd)) { clif->message(fd, msg_txt(184)); return false; } if (!pd->pet_no_talk) { pd->pet_no_talk = 1; } else { pd->pet_no_talk = 0; } sprintf(atcmd_output, "%s pet talk.", (pd->pet_no_talk? "Disabled" : "Enabled")); clif->message(fd, atcmd_output); return 1;} pet.h pet_data int pet_no_talk : 1; pet.c clif_pet_emotion after nullpo_retv(pd); if(pd->pet_no_talk) { return; } If you want to mute pet when their master use @pettalk just add this code at ACMD(pettalk) if(pd->pet_no_talk) { return false; }
-
I think this post should be posted in two weeks but yommy accidentally post it today. D:
-
change return 0 to return 1
-
PEEK - Successor to Yommy's Packet Analyzer
Dinze replied to Neo-Mind's topic in Client-Side Releases
I think you are trying to use a packed client from kRO which can't be used for extracting packet keys. which client date did u use? 2013-08-07a thats odd I have run this on 2013-08-07a mostly. That packet id itself seems wrong which means there is something wrong with the encryption. Is it always showing error for same packet? Yeah its the same error everytime.- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
PEEK - Successor to Yommy's Packet Analyzer
Dinze replied to Neo-Mind's topic in Client-Side Releases
which client date did u use? 2013-08-07a- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
Try to use a launcher. Search the forum for rocred or loki launcher.
-
PEEK - Successor to Yommy's Packet Analyzer
Dinze replied to Neo-Mind's topic in Client-Side Releases
I tried it like a week ago when I saw your repo and it didn't work. Edit: I am getting a "No match found in Length Table for Packet 0x7f57".- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
Post the full code behind pet no talk. Just like @evilpuncker your problem is not in atcommand.c
-
You can edit the src or increase the max level.
-
if i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Points #YOURROPOINTS
-
Well I should have added more context. I kinda want to know what map is it, the one in the op.
-
How to set the chance in item_chain.conf
Dinze replied to snowflake1963's question in Database Support
I tried it 10000 and it worked Edit: I tried it again with 100 and 1000. It worked but the chance is really low. -
if ( countitem( 501 ) < 10 || !countitem( 514 ) ){