Jump to content

alohadoubt

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by alohadoubt


  1. I've been using thor for many years now and never experience major issues only after you publish ver2.6.1.66+ the issues occurred. And I think the most stable right now is 2.6.1.66 no offense.

     

    I also notice while patching the download speed is not normal.

     

    that's why we reverted to 2.6.1.66. Is it possible that you implement this feature

     

    [2014-03-29] Aeomin - Progress bar now uses system native style, change color feature is deprecated. Use image based progress bar if needed.

    in 2.6.1.66


  2. perfect this seems to work

     

     

        do  {
             input @ticket;
           } while (@ticket < 1 || @ticket > 1000);

             if(countitem(30801)<@ticket)  {
               cutin "kafra_06.bmp",255;
               mes .@adikrepname$;
               mes "Insufficient A.D. tickets. Please come back when you have enough tickets.";
               close;
             }
             delitem 30801,@ticket;
             set #CASHPOINTS, #CASHPOINTS+(@adtpoints*@ticket);
             cutin "kafra_06.bmp",255;
             mes .@adikrepname$;
             mes "Cash Points Added.";
             close;

     

    thanks


  3.  

        input @ticket;

             if(countitem(30801)<@ticket)  {

               cutin "kafra_06.bmp",255;

               mes .@adikrepname$;

               mes "Insufficient A.D. tickets. Please come back when you have enough tickets.";

               close;

             }

             delitem 30801,@ticket;

             set #CASHPOINTS, #CASHPOINTS+(@adtpoints*@ticket);

             cutin "kafra_06.bmp",255;

             mes .@adikrepname$;

             mes "Cash Points Added.";

             close;

    let say if the user input -1 or just 0 or letter

    how do I add additional check on user input?


  4. Is there a way to make it work on 2013 client? because when I save the options

     

    this one occur(2010?/2011?/2012)

     

    CmdOnOffList["/notrade"] = 0
    CmdOnOffList["/noshift"] = 0
    CmdOnOffList["/noctrl"] = 0
    CmdOnOffList["/skillfail"] = 1
    CmdOnOffList["/notalkmsg"] = 0
    CmdOnOffList["/notalkmsg2"] = 0
    CmdOnOffList["/showname"] = 1
    CmdOnOffList["/fog"] = 0
    CmdOnOffList["/aura"] = 1
    CmdOnOffList["/window"] = 0
    CmdOnOffList["/miss"] = 1
    CmdOnOffList["/q1"] = 0
    CmdOnOffList["/q2"] = 0
    CmdOnOffList["/effect"] = 1
    CmdOnOffList["/bgm"] = 1
    CmdOnOffList["/sound"] = 1
    CmdOnOffList["/loginout"] = 1
    CmdOnOffList["/shopping"] = 0
    CmdOnOffList["/stateinfo"] = 1
    CmdOnOffList["/snap"] = 0
    CmdOnOffList["/itemsnap"] = 0
    CmdOnOffList["/skillsnap"] = 1
    CmdOnOffList["/hoai"] = 0
    CmdOnOffList["/merai"] = 0
    CmdOnOffList["/camera"] = 0
    CmdOnOffList["/lightmap"] = 1
    CmdOnOffList["/monsterhp"] = 1

    OptionInfoList["Trilinear"] = 0
    OptionInfoList["Bgm_Volume"] = 100
    OptionInfoList["Effect_Volume"] = 100
    OptionInfoList["AutoOpen1to1Window"] = 1
    OptionInfoList["AutoOpen1to1Window_Friend"] = 1
    OptionInfoList["PlaySound_Open1to1Window"] = 1
    OptionInfoList["Outdoor_ViewLatitude"] = -45.000000
    OptionInfoList["Outdoor_ViewDistance"] = 300.000000
    OptionInfoList["Indoor_ViewLatitude"] = -45.000000
    OptionInfoList["Indoor_ViewDistance"] = 300.000000
    OptionInfoList["SkinName"] = "<Basic Skin>"
    OptionInfoList["ChannelCopID"] = 0
    OptionInfoList["Window_XPos"] = 640
    OptionInfoList["Window_YPos"] = 300
    OptionInfoList["Simplicity_SkillList"] = 0
    OptionInfoList["Show_SkillDescript"] = 0
    OptionInfoList["ChangeChatMode"] = 1
    OptionInfoList["LockMouse"] = 0
    OptionInfoList["ShowBattleFieldIcon"] = 1
    OptionInfoList["MouseExclusive"] = 1
    OptionInfoList["ISFULLSCREENMODE"] = 0
    OptionInfoList["WIDTH"] = 640
    OptionInfoList["HEIGHT"] = 480
    OptionInfoList["BITPERPIXEL"] = 16
    OptionInfoList["DEVICECNT"] = 0
    OptionInfoList["MODECNT"] = 0
    OptionInfoList["SPRITEMODE"] = 2
    OptionInfoList["TEXTUREMODE"] = 2
    OptionInfoList["bLockItemDropFromItemWnd"] = 0


     

     

    but on 2013 client, its different(2013)

     

     

    CmdOnOffList = {
    ["/battlemode"] = 0,
    ["/notrade"] = 0,
    ["/noshift"] = 0,
    ["/noctrl"] = 1,
    ["/skillfail"] = 1,
    ["/notalkmsg"] = 0,
    ["/notalkmsg2"] = 0,
    ["/showname"] = 1,
    ["/fog"] = 1,
    ["/aura"] = 1,
    ["/window"] = 0,
    ["/miss"] = 1,
    ["/q1"] = 0,
    ["/q2"] = 0,
    ["/effect"] = 1,
    ["/bgm"] = 1,
    ["/sound"] = 1,
    ["/loginout"] = 1,
    ["/shopping"] = 1,
    ["/stateinfo"] = 1,
    ["/snap"] = 0,
    ["/itemsnap"] = 0,
    ["/skillsnap"] = 1,
    ["/hoai"] = 0,
    ["/merai"] = 0,
    ["/camera"] = 0,
    ["/btg"] = 1,
    ["/lightmap"] = 1
    }
    OptionInfoList = {
    Window_XPos = -1,
    Window_YPos = -1,
    Trilinear = 0,
    Bgm_Volume = 100,
    Effect_Volume = 100,
    AutoOpen1to1Window = 1,
    AutoOpen1to1Window_Friend = 1,
    PlaySound_Open1to1Window = 1,
    Simplicity_SkillList = 0,
    Show_SkillDescript = 0,
    ChangeChatMode = 1,
    LockMouse = 0,
    ChannelCopID = 0,
    Outdoor_ViewLatitude = -45,
    Outdoor_ViewDistance = 400,
    Indoor_ViewLatitude = -45,
    Indoor_ViewDistance = 300,
    SkinName = "<Basic Skin>",
    MouseExclusive = 1,

    ISFULLSCREENMODE = 0,
    WIDTH=800,
    HEIGHT=600,
    BITPERPIXEL=16
    }

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.