+ Reply to Thread
Results 1 to 10 of 15

Hybrid View

  1. #1
    GDS Guest
    Quote Originally Posted by JessieChan View Post
    Hello!

    Dear, GDS (guest),

    As vem pointed out, yes, this is how the development works. There are few bugs, that happen only to few players and the team does tons of tries in order to reproduce them, but sometimes it's just not possible. About the bug you had, what will help us is to: PM me with screenshot, or even better a recorded screen of when the bug is happening, plus information about the device you are using and what kind of explorer you are using: Chrome, Mozilla, Vivaldi, etc.

    Personally, as a player, when the games I play update and add more content or art, I feel really good, so, personally, I don't understand your frustration on the Harem animation.
    But know that your report, is sent to the dev team and they will have a look into it. Count on me for bringing the topic and also the answer.

    Best,
    Jessie
    yeah if I had a way to reliably get yellow items in books to reproduce this bug id love to but as it is I will have to wait till I have more than one yellow book item again to even try and make this happen I can tell you im on mozilla and a linux computer runing windows 10 in a VR window

    - - - Updated - - -

    Quote Originally Posted by BgSt View Post
    Here's a hint: Go to town, ctrl-click on Pachinko 10 times to open 10 new tabs on the pachinko. Go to the first new tab, click "10 games" play. Before the animation even starts, ctrl-tab to get to the next new pachinko. Click, ctrl-tab, click, ctrl-tab, click, ctrl-tab, click. 100 pachinko games in 20 seconds. Then go and close all the tabs you just made. Easy!



    I love to see people with no idea tell devs how easy it'll be to make some "small" change.

    HH tracks individual items in your stock, so when you click "sell" it doesn't just tell the server "sell one of my Greaves" or whatever, it says "sell my greaves ID #62892592". This stops cheaters from double-selling. So it's not as simple as you wish it was, they'd need a new API endpoint to handle a whole new "sell everything" action.
    without seeing the code I can't well say the exact way it has to be done.... all it giving is a valid way to change the basics of what should be a straightforward code segment or module.

    that being said all this data you are talking about should be server side so it should be able to verify all these id numbers and still do the math to sell them all with again minimal recoding if this takes more than 5 mins to code and ill be generious here 20 mins to bug test then you need a new coder. the UI part i cant say i not that good with them at lest not for a web page. once you start getting into html asp and all that crap itsd well beyond me

  2. #2
    what GDS said,

    Although I won't be as critical as saying that it would only take five minutes, but that's just calling a sql deletion request on item's type for the demanding player ID in the PlayerXItem table. In fact such a function would relieve the server from having to make the dozen of selections required by an autoclicker or a stubborn player deleting stacks of items.

    That unique ID thing is irrelevant as to security, it's the server that ultimately decides what can be done or not, the client only makes "requests".

  3. #3
    GDS Guest
    Quote Originally Posted by zarelion View Post
    what GDS said,

    Although I won't be as critical as saying that it would only take five minutes, that's just calling a SQL deletion request on item's type for the demanding player ID in the PlayerXItem table. In fact, such a function would relieve the server from having to make the dozen of selections required by an autoclicker or a stubborn player deleting stacks of items.

    That unique ID thing is irrelevant as to security, it's the server that ultimately decides what can be done or not, the client only makes "requests".
    shakes head god I still remember having to do SQL when I got my IT degree I so so so don't miss it lol this is why I'm a network eng and not a programmer lol love my coding small little apps but yeah hate data base recall threads lol

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •