Thread: Trading Freeze [pi][Rep++]

Results 1 to 6 of 6
  1. #1 Trading Freeze [pi][Rep++] 
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,517
    Thanks given
    830
    Thanks received
    1,580
    Discord
    View profile
    Rep Power
    5000
    When i trade some1 , and give them any items , Accept , then i cant move , so i need to relog and when i relog i get the item back + they keep the items aswell

    REP

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  2. #2  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Seems like a nice way to dupe items haha. Okee so here is the thing you can do:

    * readd trading.
    * Let them disconnect after trading, before they dc save their accounts. (First save, then logout)
    Just script it. I can give you an example when I get back home.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,517
    Thanks given
    830
    Thanks received
    1,580
    Discord
    View profile
    Rep Power
    5000
    thats what im just about to try , on logout save character...

    EDIT: nope dosent work

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  4. #4  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Quote Originally Posted by School View Post
    thats what im just about to try , on logout save character...

    EDIT: nope dosent work
    How did you try to write it.
    Because there is a c.playerSaveGame or what ever it was again, and a c.logOut();
    These are 2 methods I can slightly remember because I didn't use it in ages, but if you first save the game, and let log them out. it would be fine.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,517
    Thanks given
    830
    Thanks received
    1,580
    Discord
    View profile
    Rep Power
    5000
    Code:
    public void logout() {
    		
    		//synchronized (this) {
    			if(System.currentTimeMillis() - logoutDelay > 10000) {
    				CycleEventHandler.getSingleton().stopEvents(this);
    				outStream.createFrame(109);
    				properLogout = true;
    				PlayerSave.saveGame(this);
    				saveCharacter = true;
    			} else {
    				sendMessage("You must wait a few seconds from being out of combat before you can do this.");
    			}
    		
    	}

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  6. #6  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Code:
    PlayerSave.saveGame(this);
    saveCharacter = true;
    This will save the character, but I'm not sure if the saveCharacter = true has to be in there too.
    You can add the PlayerSave.saveGame (there is another method for that), right after they accepted the trade and the items has been converted. (TradeAndDuel.java)
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Freeze Command WILL REP++
    By Impervious in forum Help
    Replies: 11
    Last Post: 01-04-2012, 03:51 AM
  2. Dementhium 614 Freeze? Rep++
    By Sarge in forum Help
    Replies: 4
    Last Post: 08-14-2011, 04:04 AM
  3. Replies: 2
    Last Post: 08-02-2010, 01:22 AM
  4. freeze [rep] [delta]
    By sexyrussian in forum Help
    Replies: 7
    Last Post: 05-29-2010, 10:34 PM
  5. Client Crah and freeze + rep
    By jack24 in forum Help
    Replies: 5
    Last Post: 09-15-2009, 12:19 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •