Serial 0 Personal Shop

Results 1 to 7 of 7
  1. #1
    if(!caffeine) continue; leorond is offline
    MemberRank
    Jul 2012 Join Date
    Czech RepublicLocation
    491Posts

    Serial 0 Personal Shop

    Hi, I have a personal problem with the market for game server 1.00.18.

    I tried to fix it several ways but neither helped me.

    first method

    PHP Code:
        //Serial 0 Personal Shop
        
    SetByte(0x4404B50xe9);
        
    SetByte(0x4404B5+10x9c);
        
    SetByte(0x4404B5+20x00);
        
    SetNop(0x4404B5+51);

        
    //Serial 0 Buy Personal Shop
        
    SetByte(0x44213E0xe9);
        
    SetByte(0x44213E+10xa2);
        
    SetByte(0x44213E+20x00);
        
    SetNop(0x44213E+51); 
    The second way

    PHP Code:
        SetByte(0x004404B5,0xE9);   // Serial 0 Personal Shop Fix #1
        
    SetByte(0x004404B5+1,0x9C); // Serial 0 Personal Shop Fix #2
        
    SetByte(0x004404B5+2,0x00); // Serial 0 Personal Shop Fix #3
        
    SetNop(0x004404BA,1);       // Serial 0 Personal Shop Fix #4

        
    SetByte(0x0044213E,0xE9);   // Serial 0 Personal Shop Sell Fix #1
        
    SetByte(0x0044213E+1,0xA2); // Serial 0 Personal Shop Sell Fix #2
        
    SetByte(0x0044213E+2,0x00); // Serial 0 Personal Shop Sell Fix #3
        
    SetNop(0x00442143,1);       // Serial 0 Personal Shop Sell Fix #4 
    Is there anybody here who would be able to help me?

    I'll try anything, thank you.


  2. #2

    Re: Serial 0 Personal Shop

    Whats serial O problem? Any screens


    Sent from my iPhone.

  3. #3
    if(!caffeine) continue; leorond is offline
    MemberRank
    Jul 2012 Join Date
    Czech RepublicLocation
    491Posts

    Re: Serial 0 Personal Shop

    I'm sorry, the problem only makes stones purchased in the shop.
    These stones that have serial 00000000 can not be bought.

    if I want to buy stone and give it a full inventory.

  4. #4

    Re: Serial 0 Personal Shop

    u mean u cannot put Stones in store right? thats because its default by Webzen that stone is like a quest item for exmaple ''Dark Stone'' u cannot put it in store aswell, that's why u have this issue which his kinda normal to hear.. anywawys if u are talking about different stone item let us know what exact.

  5. #5
    if(!caffeine) continue; leorond is offline
    MemberRank
    Jul 2012 Join Date
    Czech RepublicLocation
    491Posts

    Re: Serial 0 Personal Shop

    Resolved.

    You need to add

    PHP Code:
        SetByte(0x004E5FFB,0xEB);    // Serial 0 When Trade Jewel 1
        
    SetByte(0x004E624B,0xEB);    // Serial 0 When Trade Jewel 2 

  6. #6

    Re: Serial 0 Personal Shop

    No idea what stone were u talking about but in all season 2 files almost i could add items to store that have 0000000 serials and buy them aswell except quest items.

  7. #7
    if(!caffeine) continue; leorond is offline
    MemberRank
    Jul 2012 Join Date
    Czech RepublicLocation
    491Posts

    Re: Serial 0 Personal Shop

    If I bought Jewel of Bless the trade Lorencia so it could not be sold in the private market.



Advertisement