To all Tantra newbie developers I think you might like this

Page 14 of 24 FirstFirst ... 4678910111213141516171819202122 ... LastLast
Results 196 to 210 of 353
  1. #196
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by jbeitz107 View Post
    when you open up the accounts you can see the master points in it. simple reset them back to 0 and save the account
    Thats the BrahmanPoints right? but what I meant was MBrahmanPoints (monthy master points)

  2. #197
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: To all Tantra newbie developers I think you might like this

    in my opinion, MBrahmanPoints was a subsidiary of Master Point that displays in the Website (not the actual Master Point) so it can be reverted to zero by creating an sql script. (e.g. SELECT * from dboTantra WHERE MBrahmanPoint > 0; ).

    That's my opinion. But I don't revert them to 0. I don't know for what purpose is that.

  3. #198
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by Terrified View Post
    in my opinion, MBrahmanPoints was a subsidiary of Master Point that displays in the Website (not the actual Master Point) so it can be reverted to zero by creating an sql script. (e.g. SELECT * from dboTantra WHERE MBrahmanPoint > 0; ).

    That's my opinion. But I don't revert them to 0. I don't know for what purpose is that.
    Yes I already tried that SQL Script it did reset the MBrahmanPoints in SQL to 0 but when the player logged back in his MBrahmanPoints goes back to what it was before. So I am thinking this should be done in .TAD files (account file/player files).

  4. #199
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: To all Tantra newbie developers I think you might like this

    That Area was not in my scope so I believe you should try GM tool as suggested by jbietz107. Thats the only access you can reach in .TAD file.

  5. #200
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Anyone knows how to prevent this error in Zone Logs = "-system err GetGuildID:[]"

    Appreciate your response guys!

  6. #201
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: To all Tantra newbie developers I think you might like this

    I did not encountered that error... which part of zone was it?
    here is mine:
    130605 081128 00000000 -system ser start server
    130605 081128 00000000 -system dbg Connect to DB-Server.
    130605 081252 68af8a6e -system New Connection user:1
    130605 081253 68af8a6e GM Terror sta 56.134.57.206 0000 user:1 result:0
    130605 081256 68af8a6e GM Terror dbg Req initchar : terr
    130605 081256 68af8a6e GM Terror init char:terr lev:200 x:511 y:87 rupiah: 2000000000, cargo: 2000000000, prana: 11886, bramanp: 99999999, class(2,4) connecttype:1, isDead:0
    130605 081312 68af8a6e GM Terror clo ProgressWaitAction eWaitAct_Quit
    130605 081312 68af8a6e GM Terror Party Out Leader: PartyCount:1
    130605 081312 68af8a6e GM Terror logout charterr: positionX:511 positionZ:87 rupiah:2000000000 cargo:2000000000 prana:11886 hp:6438

  7. #202
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by Terrified View Post
    I did not encountered that error... which part of zone was it?
    here is mine:
    Zone 1 I think its crashing the server. I just managed to help someone on his server but the problem still persist.

  8. #203
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: To all Tantra newbie developers I think you might like this

    My sample is zone 1. I think its not the zone log...

  9. #204
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by Terrified View Post
    My sample is zone 1. I think its not the zone log...
    Yeah its not the zone log but the explot code maybe that made this log appear.

  10. #205
    تانترا اون لاين Lunatic is offline
    MemberRank
    Jan 2014 Join Date
    KoreaLocation
    420Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by A v a r a View Post
    Yeah its not the zone log but the explot code maybe that made this log appear.
    i think exploit code will not appear in the logs

  11. #206
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by noesis123 View Post
    i think exploit code will not appear in the logs
    Yeah right but as mentioned after seeing that kind of log the zone crashed.

  12. #207
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: To all Tantra newbie developers I think you might like this

    something else made that crash. but not really in the logs. i really can't imagine how did that happened.

  13. #208
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,471Posts

    Re: To all Tantra newbie developers I think you might like this

    The exploit would not show up in the logs. It would only show err clo read in the logs if anything.

  14. #209
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: To all Tantra newbie developers I think you might like this

    Quote Originally Posted by jbeitz107 View Post
    The exploit would not show up in the logs. It would only show err clo read in the logs if anything.
    Yes so any idea what exploit used for that kind of log I mentioned?

  15. #210
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: To all Tantra newbie developers I think you might like this

    not a bit of idea. i never crossed into that trouble.



Advertisement