Woooooah lots of new posts =]
@PW-Prophets - I'm glad you found it useful and I'd be honoured if you use my findings in your bot =], you're doing a great job on it!
A little puzzled by this though:
This is why the lastChat count thing is useful - To retrieve the last 10 messages, you could use something like:
(pseudocode)
Although you said it's only test code, so I guess you've figured this out by now ^^
And I like the idea of the sound alert, I assume on receiving a PM?
You might be interested in some code I'm working on for a PW / MSN style thingy, which does a little MSN style toaster popup thing when you receive a message =] - Will share later if interested.
(I have a background in php / html / mysql / JS / etc :) )
I've also been working on a local SQL database setup using SQL compact. It doesn't require a full SQL installation as it stores everything in a portable file.
I've reverse engineered ronny1982's awesome seLEdit program from his sTools package (previously [Only registered and activated users can see links. Click Here To Register...] - I can't seem to find the sTools link now, which is the newer updated version of pwTools for the genesis release)
I've recoded it in C# and added everything to a SQL compact database. This would allow for much faster searching of information on items / mobs etc. I have plans for this in several of my projects =]
On the other hand, if you have something awesome and don;t want to share it, it's perhaps a bit of a tease to mention you know how to do it but aren't gonna share it lol. Kinda like showing a bone to a dog then putting it in the cupboard =P
I have a few secrets up my sleeve too, but I'm mostly happy to share them with someone who inquires about it - Although only to those who show they are making their own efforts at stuff. Not just gonna give out nice code to someone who says "GIF ME BOT / DMG H4X / CODE NAO!" ^_^
Another reason people might hold back on sharing stuff is because they don't want to see it patched out in the next game update - E.g., Interest's Rayden wall hack =P
Firstly, install support for Eastern Asain languages - Might need your XP / Vista / Win7 disc for that, or download from microsoft.
This will allow you to display all the chinese characters that are contained in tons of strings in PW
Secondly, install the PWI font to your system. The game only uses it locally. You can find the fonts in the \fonts directory of your game installation.
You can also find them in one of the .pck files (I think config.pck?) - I'm not sure if the'yre exactly the same but I think I the names are.
I'm glad there's some interest in this thread, makes it feel worthwhile =]
Yeah I reckon I could make a regex for this. The code in that area doesn't appear to have changed through the last few big updates =] Later, though. Off to a BBQ tonight ^^Quote:
do you know how to make an autofinder for base_something ?
@PW-Prophets - I'm glad you found it useful and I'd be honoured if you use my findings in your bot =], you're doing a great job on it!
A little puzzled by this though:
Code:
For $i=188 To 198
(pseudocode)
Code:
for $i = lastChatOffset - 10 to lastChatOffset If $i < 0 Then $i = 0 ...
And I like the idea of the sound alert, I assume on receiving a PM?
You might be interested in some code I'm working on for a PW / MSN style thingy, which does a little MSN style toaster popup thing when you receive a message =] - Will share later if interested.
-Faps.-!Quote:
Occasionally you'll come across acatshop selling vit stone for only 2 million instead of 20 million and things like that :D
Personally, I'd look at jQuery for this - They have some amazing libraries for this sort of stuff now. Gimme a shout if you want any additional input on this, sounds right up my street =]Quote:
Got my ah gold finder working, now just need to figure how to neatly convert my sql data into a graph on my site >.>
(I have a background in php / html / mysql / JS / etc :) )
I've also been working on a local SQL database setup using SQL compact. It doesn't require a full SQL installation as it stores everything in a portable file.
I've reverse engineered ronny1982's awesome seLEdit program from his sTools package (previously [Only registered and activated users can see links. Click Here To Register...] - I can't seem to find the sTools link now, which is the newer updated version of pwTools for the genesis release)
I've recoded it in C# and added everything to a SQL compact database. This would allow for much faster searching of information on items / mobs etc. I have plans for this in several of my projects =]
Quote:
Not everything has to be open source and this is one thing I want to remain behind closed doors =). I hope you figure it out, but do hope you choose not to post it in open forums thanks.
I agree with the Prophets on this one. The Prophets have already given us a pretty awesome open souce bot for free, with a LOT of ideas and information in it, so it's not like they're leeching. They're also very active on their bot thread too, giving advice and stuff. And some things you just like to keep to yourself for a while. If you find something amazing, I believe you're entitled to enjoy it for yourself for a while before letting everyone else in on the secret.Quote:
dont see a reason why not.
i got infos from here who helped me, so i think i help others too.
thats the way open source goes...without open source, i cant learn coding easy like now.
coding is fun for me and im shure for a lot other ppl too.
but u cann tell me a reason for not publishing it.
On the other hand, if you have something awesome and don;t want to share it, it's perhaps a bit of a tease to mention you know how to do it but aren't gonna share it lol. Kinda like showing a bone to a dog then putting it in the cupboard =P
I have a few secrets up my sleeve too, but I'm mostly happy to share them with someone who inquires about it - Although only to those who show they are making their own efforts at stuff. Not just gonna give out nice code to someone who says "GIF ME BOT / DMG H4X / CODE NAO!" ^_^
Another reason people might hold back on sharing stuff is because they don't want to see it patched out in the next game update - E.g., Interest's Rayden wall hack =P
For scanning Archosaur catshops, pretty much all the info you need can be found in this forum. I believe you can send a packet for looking into a player's cat shop. Much like initiating a conversation with an NPC, the mechanism is very similar.Quote:
after playing with ur ah stuff, i just think about that i have to open shop first.
Could be one of two things here.Quote:
more problem actual is the ★
[Only registered and activated users can see links. Click Here To Register...]
seams not the right one to be...i take a closer look later.
Firstly, install support for Eastern Asain languages - Might need your XP / Vista / Win7 disc for that, or download from microsoft.
This will allow you to display all the chinese characters that are contained in tons of strings in PW
Secondly, install the PWI font to your system. The game only uses it locally. You can find the fonts in the \fonts directory of your game installation.
You can also find them in one of the .pck files (I think config.pck?) - I'm not sure if the'yre exactly the same but I think I the names are.
I'm glad there's some interest in this thread, makes it feel worthwhile =]