Jump to content

mleo1

Community Contributors
  • Content Count

    314
  • Joined

  • Last visited

Posts posted by mleo1


  1. try to disabled your custom map and try the @reloadscript in game, if you're map-server did not crush then the problem is your custom maps...

     

    i already fix mine and i found that my custom map do the crushing..

     

    try fixing your custom map using browedit...

     

    I'm using official RO maps. I just rename and copy

    eg. izlude, morocc - > pvpizlude, pvpmorocc

     

    It crashes when @reloadscript when I use custom map_cache.dat. I'm not gonna use custom maps for now xD

     

    thanks


  2. /docs/script_commands.txt
     

     

    *cutin "<filename>",<position>;This command will display a picture, usually an NPC illustration, alsocalled cutin, for the currently attached client. The position parameterdetermines the placement of the illustration and takes following values:    0 - bottom left corner    1 - bottom middle    2 - bottom right corner    3 - middle of screen in a movable window with an empty title bar    4 - middle of screen without the window header, but still movable 

  3. Nice project :)

     

    Some ideas of improvement.

    make it load the ini file with the same name as exe

    Yomlauncher.exe loads Yomlauncher.ini

     

    Add another button far left of the login button called replay. Which launches client with -replay param

    This will load the hexed client in replay mode, since using that ragnarokreplay.exe will launch the official ragexe

     

    Yom

     

    Thanks, Will do xD


  4. Update:

     Since many have issues with adopting .NET ( Either due to laziness or unsupported OS - Sad to see many are still using versions below WinXP SP3). I have decided to discontinue ROLeX in its current state.

     

    Instead I am planning to rebuild it from scratch (Well sort of) using the QT framework & C++ with my Co-Conspirator - Vali

    I would like to know everyone's thoughts on this before proceeding.

     

    FYI: QT Framework is known to work only from WinXP onwards (So it might have issues with older version of Windows).

     

    Please show codes of the new proj. I wanna lurn more c++  (i know only basic c++) .


  5. Very Good :D

     

    I will wait for coming updates

     

    My suggestions:

    ─ Dynamic background (maybe with flash, or support for transparent images)

    ─ Setup caller

    ─ Button maker

    ─ BGM support

     

    no customizations for now, maybe in the future.; transparent 255 0 255 = ok; maybe flash for more fagotry in the future xD.

     

     

    can anyone design this? I'm using thor's buttons as test http://imgur.com/9VXFCw1

     

    can you donate designs

    1 bg

    2 startbutton , startbuttonhover, starbuttonclicked

    3 exitbutton , exitbuttonhover, exitbuttonclicked

     

     


  6. the first post does it. its a configurable seller npc.

     

    set .@charid, getcharid(0);query_sql("SELECT `puntos` FROM `char` WHERE `charid_id`=" +.@char_id, .@points);query_sql("UPDATE `char` SET puntos=(puntos-" +@points+ ") WHERE char_id="+.@char_id);getitem 502, @points; 

     


     


  7. maybe edit jaypee's v4p
    https://github.com/mandark022/VoteForPoints/blob/master/npc%20script/rAthena/voteforpoints.txt
     

    function updatePoints {set .@char_id,getarg(0);set .@usedPoints,getarg(1);query_sql("UPDATE `chars` SET puntos=(puntos-"+.@usedPoints+") WHERE char_id='"+.@char_id+"'");return;}function getPoints {set .@char_id,getarg(0);query_sql("SELECT `puntos` FROM `char` WHERE charid_id="+.@char_id+" LIMIT 1",.@points);if(getarraysize(.@points)==0)return 0;return .@points[0];}

    change also

    updatePoints(getcharid(0),.@rpoints);

    getPoints(getcharid(0);


    Did not test mwahah

×
×
  • Create New...

Important Information

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