Search:

Type: Posts; User: sgrawsreghawrhgwrhgr

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    211

    [Solved] Close account

    Please and thanks :]
  2. Bes/Nut/Geb are just the display Ids of the...

    Bes/Nut/Geb are just the display Ids of the bosses.
    Try these

    Tomb Attacker/Defender/Support, don't know which is which
  3. Simply trade with 2 accounts and d/c while...

    Simply trade with 2 accounts and d/c while accepting
  4. Make sure to have some virus scans

    Make sure to have some virus scans
  5. Replies
    15
    Views
    3,385

    No //10char

    No //10char
  6. Replies
    5
    Views
    477

    For casual gameplay I recommend the vanilla...

    For casual gameplay I recommend the vanilla client [:
  7. Replies
    23
    Views
    2,007

    You constantly bash on the site, threatening to...

    You constantly bash on the site, threatening to report a user because he wanted to warn people about this?
    That's just reading through one of the images that you have posted in this thread.
  8. Replies
    76
    Views
    4,643

    I'm not claiming that none of this will happen in...

    I'm not claiming that none of this will happen in the future. I'm saying that a similar client most likely won't get by in the future
  9. Replies
    76
    Views
    4,643

    I don't think so, and as I mentioned, people make...

    I don't think so, and as I mentioned, people make mistakes.
    I'm sure clients slipped by in the past, but I think it's safe to say that never did the same client get released twice. It's a learning...
  10. Replies
    76
    Views
    4,643

    I don't think that's fair to say. People make...

    I don't think that's fair to say.
    People make mistakes, and this was one of them.
    You state this yet you completely neglect the fact that they have probably prevented many releases like this one...
  11. Replies
    228
    Views
    31,467

    [Info] Checking through the code of an entire client...

    Checking through the code of an entire client each release might be too much work.
    But a path to take is to compare the release to a safe client via a program like WinMerge. You could quickly figure...
  12. Replies
    60
    Views
    3,675

    That doesn't sound too bad. Peeps could still...

    That doesn't sound too bad.
    Peeps could still contribute via releasing code (tutorials) and what not
  13. Replies
    17
    Views
    2,720

    It's a lot worse now than it was back then

    It's a lot worse now than it was back then
  14. Replies
    7
    Views
    1,157

    I don't know, same could be said about any other...

    I don't know, same could be said about any other class with divine pets, but I do agree, it does seem too overpowered as it can essentially block O2 forever
  15. Replies
    7
    Views
    390

    [Help Request] You must have the packet, perhaps named...

    You must have the packet, perhaps named differently.
    You essentially need to get the projectile data out of the object XMLs, use the object type for the container type of the packet, and create...
  16. Replies
    7
    Views
    390

    [Help Request] XML objects (you must have them already): ...

    XML objects (you must have them already):

    <Object id="CloseRangeAttack" type="0x8300">
    <PetProjectile/>
    <Projectile>
    <ObjectId>Pet Bullet 3</ObjectId>
    ...
  17. Replies
    7
    Views
    390

    [Help Request] There is an object that has all the projectiles,...

    There is an object that has all the projectiles, you don't send Shoot packets, you send PlayerShoot packets. Search for the object in the same file where all the pet-related data is located
  18. [Help Request] Client sends a request app/init, which should...

    Client sends a request app/init, which should send back the max amount of pots, under this XML tag: <MaxStackablePotions>value</MaxStackablePotions>
  19. Replies
    42
    Views
    985

    [Help Request] In addition to that, you can easily change it to...

    In addition to that, you can easily change it to anything else with a couple client/server edits. Prod uses ushort now I believe, which is 65535
  20. [Help Request] Yeah my bad, I was thinking you exported...

    Yeah my bad, I was thinking you exported <Friends></Friends>, didn't see the other CMD.
    Either way, I was wrong.
    Export <Friends/> & <Requests/> if you don't have anything else to export, that...
  21. [Help Request] Export for /getRequests,...

    Export <Requests></Requests> for /getRequests, <Friends></Friends> for /getList
  22. [Help Request] 1) Look into the client to see how it handles the...

    1) Look into the client to see how it handles the {amount} stuff, but I think you're using the new production language strings that have different stuff
    Take a look here:...
  23. [Help Request] Try simply exporting &...

    Try simply exporting <Friends></Friends> & <Requests></Requests>. If those don't work (still black screen), then you're doing something wrong, I unfortunately do not remember exactly how the whole...
  24. [Help Request] This is how the XML data was structured on the...

    This is how the XML data was structured on the project I mentioned above, it too used the X2 client, though I can't remember if we made any modifications to the friend lists:
    getRequests :...
  25. [Help Request] It returns the name, you have to figure out the...

    It returns the name, you have to figure out the AccountId by using the name (e.g. look for an account that has that name, and then get its account ID)
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4