| v62 | XiuzSource 3.4

Page 119 of 124 FirstFirst ... 1969109111112113114115116117118119120121122123124 LastLast
Results 1,771 to 1,785 of 1852
  1. #1771
    Enthusiast J.R. is offline
    MemberRank
    Jan 2009 Join Date
    48Posts

    re: [Release] | v62 | XiuzSource 3.4

    Quote Originally Posted by XiuzSu View Post
    Try removing item: 1812006.

    Run this.
    DELETE FROM inventoryitems WHERE itemid = 1812006;
    DELETE FROM inventoryequipment WHERE inventoryitemid = 1812006;
    Lol triple post, at least people will figure out why they have the error.
    Dude thanks for helping me out soo much.
    <3
    :D

  2. #1772
    Proficient Member hahamen is offline
    MemberRank
    Dec 2009 Join Date
    190Posts

    re: [Release] | v62 | XiuzSource 3.4

    @XiuzSu
    can ya help me remove the GM don't get disease?

  3. #1773
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    re: [Release] | v62 | XiuzSource 3.4

    Didn't meant to, RZ was very very slow, it did it on its own.

  4. #1774
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    re: [Release] | v62 | XiuzSource 3.4

    Didn't meant to, RZ was very very slow, it did it on its own.

  5. #1775
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    re: [Release] | v62 | XiuzSource 3.4

    Didn't meant to, RZ was very very slow, it did it on its own.

  6. #1776
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    re: [Release] | v62 | XiuzSource 3.4

    Didn't meant to, RZ was very very slow, it did it on its own.

  7. #1777
    Enthusiast J.R. is offline
    MemberRank
    Jan 2009 Join Date
    48Posts
    Hey bro, thanks for the help but one of my users is still having the char stuck gone idle stuff, when i get home, i will start up the other source i have, and look in his inventory
    Posted via Mobile Device

    ---------- Post added at 01:09 PM ---------- Previous post was at 12:35 PM ----------

    Hey bro, thanks for the help but one of my users is still having the char stuck gone idle stuff, when i get home, i will start up the other source i have, and look in his inventory
    Posted via Mobile Device

  8. #1778
    Apprentice DragonMarcus is offline
    MemberRank
    Mar 2009 Join Date
    24Posts

    re: [Release] | v62 | XiuzSource 3.4

    crashed at henesys

  9. #1779
    iamTheKing NyCPirate is offline
    MemberRank
    Aug 2009 Join Date
    c.getNyC.posLocation
    1,746Posts

    re: [Release] | v62 | XiuzSource 3.4

    Are you going to work on this project any longer? (Nothing Bad)

  10. #1780
    iamTheKing NyCPirate is offline
    MemberRank
    Aug 2009 Join Date
    c.getNyC.posLocation
    1,746Posts

    re: [Release] | v62 | XiuzSource 3.4

    Are you going to work on this project any longer? (Nothing Bad)

  11. #1781
    Account Upgraded | Title Enabled! .:LastBreath:. is offline
    MemberRank
    Oct 2009 Join Date
    Under your bedLocation
    1,315Posts

    re: [Release] | v62 | XiuzSource 3.4

    Lol, whats with the quadruple posts?

  12. #1782
    Enthusiast J.R. is offline
    MemberRank
    Jan 2009 Join Date
    48Posts

    re: [Release] | v62 | XiuzSource 3.4

    Quote Originally Posted by XiuzSu View Post
    Try removing item: 1812006.

    Run this.
    DELETE FROM inventoryitems WHERE itemid = 1812006;
    DELETE FROM inventoryequipment WHERE inventoryitemid = 1812006;

    5000033 - Black Dragon
    5000048 - Baby Robo
    5000049 - Blue Robo
    5000050 - Red Robo
    5000051 - Green Robo
    5000052 - Gold Robo
    5000053 - Gorilla Robo


    Its some of these pets which also cause it I'm pretty sure, (I think its gold robo and black dragon.
    Yeah I still had people not being able to log in after the fix... So I figured it was this.
    So:
    PHP Code:
    /*Start of Robo pets and black dragon + Sensor*/
    DELETE FROM inventoryitems WHERE itemid 1812006;
    DELETE FROM inventoryitems WHERE itemid 5000033;
    DELETE FROM inventoryitems WHERE itemid 5000048;
    DELETE FROM inventoryitems WHERE itemid 5000049;
    DELETE FROM inventoryitems WHERE itemid 5000050;
    DELETE FROM inventoryitems WHERE itemid 5000051;
    DELETE FROM inventoryitems WHERE itemid 5000052;
    DELETE FROM inventoryitems WHERE itemid 5000053;
    /*Start of Exp Cards*/
    DELETE FROM inventoryitems WHERE itemid 5211000;
    DELETE FROM inventoryitems WHERE itemid 5211001;
    DELETE FROM inventoryitems WHERE itemid 5211002;
    DELETE FROM inventoryitems WHERE itemid 5211003;
    DELETE FROM inventoryitems WHERE itemid 5211004;
    DELETE FROM inventoryitems WHERE itemid 5211005;
    DELETE FROM inventoryitems WHERE itemid 5211006;
    DELETE FROM inventoryitems WHERE itemid 5211007;
    DELETE FROM inventoryitems WHERE itemid 5211008;
    DELETE FROM inventoryitems WHERE itemid 5211009;
    DELETE FROM inventoryitems WHERE itemid 5211010;
    DELETE FROM inventoryitems WHERE itemid 5211011;
    DELETE FROM inventoryitems WHERE itemid 5211012;
    DELETE FROM inventoryitems WHERE itemid 5211013;
    DELETE FROM inventoryitems WHERE itemid 5211014;
    DELETE FROM inventoryitems WHERE itemid 5211015;
    DELETE FROM inventoryitems WHERE itemid 5211016;
    DELETE FROM inventoryitems WHERE itemid 5211017;
    DELETE FROM inventoryitems WHERE itemid 5211018;
    DELETE FROM inventoryitems WHERE itemid 5211019;
    DELETE FROM inventoryitems WHERE itemid 5211020;
    DELETE FROM inventoryitems WHERE itemid 5211021;
    DELETE FROM inventoryitems WHERE itemid 5211022;
    DELETE FROM inventoryitems WHERE itemid 5211023;
    DELETE FROM inventoryitems WHERE itemid 5211024;
    DELETE FROM inventoryitems WHERE itemid 5211025;
    DELETE FROM inventoryitems WHERE itemid 5211026;
    DELETE FROM inventoryitems WHERE itemid 5211027;
    DELETE FROM inventoryitems WHERE itemid 5211028;
    DELETE FROM inventoryitems WHERE itemid 5211029;
    DELETE FROM inventoryitems WHERE itemid 5211030;
    DELETE FROM inventoryitems WHERE itemid 5211031;
    DELETE FROM inventoryitems WHERE itemid 5211032;
    DELETE FROM inventoryitems WHERE itemid 5211033;
    DELETE FROM inventoryitems WHERE itemid 5211034;
    DELETE FROM inventoryitems WHERE itemid 5211035;
    DELETE FROM inventoryitems WHERE itemid 5211036;
    DELETE FROM inventoryitems WHERE itemid 5211037;
    DELETE FROM inventoryitems WHERE itemid 5211038;
    DELETE FROM inventoryitems WHERE itemid 5211039;
    DELETE FROM inventoryitems WHERE itemid 5211040;
    DELETE FROM inventoryitems WHERE itemid 5211041;
    DELETE FROM inventoryitems WHERE itemid 5211042;
    DELETE FROM inventoryitems WHERE itemid 5211043;
    DELETE FROM inventoryitems WHERE itemid 5211044;
    DELETE FROM inventoryitems WHERE itemid 5211045;
    DELETE FROM inventoryitems WHERE itemid 5211046;
    DELETE FROM inventoryitems WHERE itemid 5211047;
    DELETE FROM inventoryitems WHERE itemid 5211048;
    DELETE FROM inventoryitems WHERE itemid 5211049;
    /*Start of drop cards*/
    DELETE FROM inventoryitems WHERE itemid 5360001;
    DELETE FROM inventoryitems WHERE itemid 5360002;
    DELETE FROM inventoryitems WHERE itemid 5360003;
    DELETE FROM inventoryitems WHERE itemid 5360004;
    DELETE FROM inventoryitems WHERE itemid 5360005;
    DELETE FROM inventoryitems WHERE itemid 5360006;
    DELETE FROM inventoryitems WHERE itemid 5360007;
    DELETE FROM inventoryitems WHERE itemid 5360008;
    DELETE FROM inventoryitems WHERE itemid 5360009;
    DELETE FROM inventoryitems WHERE itemid 5360010;
    DELETE FROM inventoryitems WHERE itemid 5360011;
    DELETE FROM inventoryitems WHERE itemid 5360012;
    DELETE FROM inventoryitems WHERE itemid 5360013;
    DELETE FROM inventoryitems WHERE itemid 5360014;
    DELETE FROM inventoryitems WHERE itemid 5360042
    Actually, even with the script above, there is still characters that are not able to log in.

    So yeah, just deleting censor doesn't work...
    Also, sometimes I get the .bat error, and sometimes the user just gets d/ced to the login screen, which doesn't produce a bat error

    Actually, I think its 2x EXP cards too, I'm going to delete those and give it a shot.

    Guys, I cannot figure it out!
    I mean... This is all I find for banned cash shop items...
    PHP Code:
    if(item.getId() >= 5390000 && item.getId() <= 5390002){
                    
    c.getSession().write(MaplePacketCreator.enableActions());
                    
    c.getPlayer().dropMessage(1"You may not purchase this item.");
                    return;
                } 
    I got pissed so what I did was,
    PHP Code:
    SELECT FROM inventoryitems where inventorytype 5
    and then deleted everything in there (thats the cash inventory.)
    Last edited by J.R.; 27-03-10 at 03:08 AM.

  13. #1783
    Account Upgraded | Title Enabled! .:LastBreath:. is offline
    MemberRank
    Oct 2009 Join Date
    Under your bedLocation
    1,315Posts

    re: [Release] | v62 | XiuzSource 3.4

    Hmm wish ya could continue Zenthos...

  14. #1784
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    re: [Release] | v62 | XiuzSource 3.4

    Quote Originally Posted by .:LastBreath:. View Post
    Hmm wish ya could continue Zenthos...
    I would of if some people would of been supportive but all I was getting for it were hate replies so I said "screw it".

  15. #1785
    Enthusiast Natsu is offline
    MemberRank
    Mar 2010 Join Date
    27Posts

    re: [Release] | v62 | XiuzSource 3.4

    Quote Originally Posted by XiuzSu View Post
    I would of if some people would of been supportive but all I was getting for it were hate replies so I said "screw it".
    Okay, you need to understand that the people who negatively criticized your work were individuals who know nothing about maple story development. They don't understand the dedication that one puts into it, or how time consuming it is. These people are known as leechers, who know nothing about anything and do nothing but complain, but you need to realize, that will always happen in this community.

    Leechers should not prevent you from continuing forward with your developments. For instance, this thread that you've created here has like over 30k views, you positively impacted the growth of the maple story private server community and allowed it to live a bit longer. No leecher can deny that, and neither can I. Dont be afraid of what others say, because your dedication has been astounding. Keep up the good work, because believe it or not you ARE helping the community. Leechers are just greedy and are most likely 10 year old fools who know nothing. So take it from me, on behalf of the community, keep it up and don't stop what you're doing.



Advertisement