Jump to content

joven15

Members
  • Content Count

    152
  • Joined

  • Last visited

Posts posted by joven15


  1. 7 hours ago, Daraen said:

    Thank you for this start of the trail, I will explore it and see what comes out of it!

    if you want to add the slot on the item description you should add it on ROfolder/system/iteminfo.lua which is stated of sir X-ecutionner on how, if you want to read inside your grf. follow the guide  the last post from X-ecutionner on how to add item from the old ways. then instead making the itemslot slotCount: 1;  use DESCS.SlotCount, so the client will read the the data from your grf.

     

    two ways actually

     

     either you add your item description in iteminfo. or make a itemslotinfo.txt inside your grf.

     

    sorry for my bad english.! please enlighten me if im wrong base on my understanding. 


  2. 15 hours ago, 𝓧-𝓔𝓬𝓾𝓽𝓲𝓞𝓷𝓷𝓮𝓻 said:

    I think you have dinput.dll and dinput.ini in this folder.

    Let's seen on or remove it, they alway overwrite your setting by exe.

    WOW Thanks @X-Ecuti0nner you nailed it ! trust me its been ages before it fix but now really fix !!! i just remove the one you mentioned!


  3. 10 hours ago, 4144 said:

    try use only recommended patches

    still the same this is a recommended from nemo.

     

     I cant still resize thru  setup. either setup.exe with the blue ghost logo or the opensetup.exe

     

    anyone can help me. btw im using the client data from 2018 client. from here and i change the exe from 2018 to 2014. is it the lua files that im using is incorrect? if yes can anyone send me the correct lua for 2014-04-16aRagexe.

     

     

    Capture.JPG


  4. 4 hours ago, 4144 said:

    you show too much patches, but talking about grfs...

     

    you mean the nemo patches?. can u tell me sir what should i remove?

     

    Just now, 4144 said:

    try use only recommended patches

    ah ok. you mean the nemo patches i just follow the success as per the documentation from

    nemo anyway ill try the recommended one. ill get back here. thanks.


  5. i tried everything convert my ItemInfo.lua to HatTable.js and i add them to RObrowser\src\DB\Items and also with the accessoryid.lub and accname.lub convert it to ItemTable. still no luck.

     

    12121.thumb.jpg.5dd1bd95e2d7a04243181c61024cf225.jpg

     

    but if i using my client. i can saw them. i dont know how to fix it. i just check the DBManager.js and i think this line causes. it automatic to unknown item.. can anyone help me ?

     

    image.thumb.png.b4e6a7670ef932a6b94f47bd891d2ea5.png

     

     

    i hope @KeyWorld still there. :( i know robrowser already closed project.


  6. 30 minutes ago, 4144 said:

    at first try use minimal number of patches

    heres my confifuration of data.ini i only have 5 grf included the data and rdata. i also seperate the resources 

     

    still no luck the i cant still resize unlike if i use 2018 exe its work perfectly.

     

    image.thumb.png.abb8ac94a15be7448a35a548c250c909.png

     

    HERES the 2018 exe i can perfectly  resize and working.

     

    image.thumb.png.e036f7b1ad1edac390057ba5bd88fb4f.png


  7. 44 minutes ago, evilpuncker said:

    have you tried using open setup? have you tried installing RO in another folder? have you checked if other settings are saving or just resolution isn't? have you tried running setup as admin?

    yes i already tried opensetup. still the same. but when i use 2018 exe its perfectly working.

    image.png


  8. anyone can help me regarding my exe i cant resize when i open it it force to popup on up left side of my screen. im using 2014-04-16aRagexe i downloaded it from nemo repository.

     

    i was able to login, as you can see it direct to  upper left with the lowest resolution.

     

    why i didnt use newly exe. like 2018 etc. is because i already setup the robrowser which is 2014-04-16a are the most compatible. so if i use it the latest. i have to compile it, which is the robrowser is only using 2014. or does anyone can teach me how to add the newly packet in robrowser.?

     

    BTW heres my setup.exe

     

    image.png.73438f83e2d23e527c9469424d12f029.png

     

    image.thumb.png.e679bfad66412e511b6b0f99c0d4c72b.png

     

    image.thumb.png.b8474c349d39ec8dfea4344926d4ef0f.png

    image.thumb.png.6703d55bca98338647c460d7e58a3c61.png


  9. PTP admin

     

    This script credit to owner.

     

    can you help me to add scrip send zeny  to account per account basis., and also instead whispering script make a NPC so anyone can avail. then the requirements to use the NPC is @cash points.

     

    silver account = 1.5M

    gold account = 3M

    premium acccount = 5M

     

    !issue  whos character will receive the zeny. i think the best option here is to send thru thier bank system 

    in account_data -> bank_vault .

    then if they renew the amount will just add the zeny to the bank also.

    vip.txt


  10. PTP admin.

     

    help me guys the script is not properly working i already change the sql table name from select to level to the group_id where stands group ID level. because this script came from rathena which is not compatible for hercules database. anyway

     

    my problem when i set the premium account the group ID value wont change but the others table is excuted. just the group ID is not affected by the script.

    vip.txt

    3 minutes ago, joven15 said:

    PTP admin.

     

    help me guys the script is not properly working i already change the sql table name from select to level to the group_id where stands group ID level. because this script came from rathena which is not compatible for hercules database. anyway

     

    my problem when i set the premium account the group ID value wont change but the others table is excuted. just the group ID is not affected by the script.

    vip.txt 21.61 kB · 0 downloads

        else    // If the account is not already a VIP Silver one, add a new entry.
                            {
                                mes "Account ID: "+.@accountId+".";
                                sleep2 rand(100,850);
                                query_sql("INSERT INTO vip_silver (`account_id`,`account_name`,`start_date`,`end_date`,`status`) VALUES ("+.@accountId+",'"+.@accountName$+"','"+gettimestr("%Y-%m-%d",21)+"','"+gettimestr("%Y-%m-%d",21)+"','ACTIVE');");
                                sleep2 100;
                                query_sql("UPDATE vip_silver SET end_date = DATE_ADD(start_date, INTERVAL "+.@silverDays+" DAY) WHERE account_id = "+.@accountId+";");
                                query_sql("UPDATE `login` SET `group_id` = "+$VIPs_SilverAccLevel+" WHERE `account_id` = "+.@accountId+";");
                                query_sql("UPDATE login SET `account_type` = 'SILVER' WHERE account_id = "+.@accountId+";");
                                mes "Account "+.@accountId+" added";
                                mes "successfuly!";
                                close;
                            }
                        }
                        close;
                    case 2:    // Delete
                        set .@getSilverList_1$,query_sql("SELECT account_name FROM vip_silver LIMIT 0,127;", .@silverList_1$); // query_sql can only display the first 128 lines of a table. This is so sad :(
                        if ( getarraysize(.@silverList_1$) == 0 )
                        {
                            mes "There are currently no VIP";
                            mes "Silver accounts.";
                            close;
                        }
                        else


  11. ill try thanks

    34 minutes ago, AnnieRuru said:

     

    a basic google search found this topic

    didn't test, but it looks to be most feature complete

     

    hmm.................... bad script design though

    If ever , the one i mentioned the script i currently using is it possible to add or not ? or do i have to change the whole script ? thanks for the reply in advance.


  12. HI admin PTP , can anyone help me this script . is it possible to add the script for when they buy a prem account. they can use @go, @storage, @loot, @jump. for the certain time only that its set. 

    BTW credit to the one who made this script i just saw this script around here in hercules. 

     

     

    Quote

    prontera,164,169,3    script    Premium Trader    4_F_01,{
        if (#VIP_expire > gettimetick(2)) {
            mes "you are a premium member already!";
            mes "your premium ends in "+callfunc("Time2Str",#VIP_expire);
            if(getstatus(SC_CASH_RECEIVEITEM) <= 0)
            {
                sc_start SC_CASH_RECEIVEITEM,-1,400;
                sc_start SC_CASH_PLUSEXP,-1,400;
            }
            close;
        }
        mes "how long you want to be Premium User?";
        next;
        switch(select("1 day:2 day:7 days:none"))
        {
            case 1:
                if(countitem(7179) >= 1)
                {
                    delitem 7179,1;
                    callfunc "F_VIPstart",86400;
                    mes "Done. enjoy your Premium Services for 1 day.";
                    close;
                }
                else
                {
                    mes "you don't have 1 x "+getitemname(7179);
                    close;
                }
            case 2:
                if(countitem(7179) >= 2)
                {
                    delitem 7179,2;
                    callfunc "F_VIPstart",172800;
                    mes "Done. enjoy your Premium Services for 2 days.";
                    close;
                }
                else
                {
                    mes "you don't have 2 x "+getitemname(7179);
                    close;
                }
            case 3:
                if(countitem(7179) >= 7)
                {
                    delitem 7179,7;
                    callfunc "F_VIPstart",604800;
                    mes "Done. enjoy your Premium Services for 1 Week.";
                    close;
                }
                else
                {
                    mes "you don't have 7 x "+getitemname(7179);
                    close;
                }
            case 4:
                mes "ok then";
                close;
        }
    }

    function    script    F_VIPstart    {
        set .@ticks,getarg(0); // getarg(0) = ticks (seconds)
        if (.@ticks <= 0) {
            consolemes (CONSOLEMES_WARNING, "F_VIPstart - tried a negative time.");
            end;
        }
        // set a variable, #VIP_expire, as the Unixtime when this expires
        set #VIP_expire, gettimetick(2) + .@ticks;
        // add a timer with that tick (in case they stay logged in that long)
        if (.@ticks < 2147483) { // prevent overflow error
            addtimer .@ticks *1000, "vip_rental::OnVIPend";
        } else {
            addtimer 2147483000, "vip_rental::OnVIPcheck";
        }
        if(getstatus(SC_CASH_RECEIVEITEM) <= 0)
        {
            sc_start SC_CASH_RECEIVEITEM,-1,400;
            sc_start SC_CASH_PLUSEXP,-1,400;
        }
        dispbottom "you are now a premium member!";
        return;
    }

    -    script    vip_rental    -1,{
    OnPCLoginEvent:
        if (VIP_expire > gettimetick(2)) {
            // timer in future
            dispbottom "your premium ends in "+callfunc("Time2Str",VIP_expire);
            if(getstatus(SC_CASH_RECEIVEITEM) <= 0)
            {
                sc_start SC_CASH_RECEIVEITEM,-1,400;
                sc_start SC_CASH_PLUSEXP,-1,400;
            }
        }
    OnVIPcheck:
        if (VIP_expire > gettimetick(2)) {
            if ((VIP_expire - gettimetick(2)) < 2147483) { // prevent overflow error
                addtimer (VIP_expire - gettimetick(2)) *1000, strnpcinfo(3)+"::OnVIPend";
            } else {
                addtimer 2147483000, strnpcinfo(3)+"::OnVIPcheck";
            }
        } else if (VIP_expire) {
            // timer already expired
            doevent strnpcinfo(3)+"::OnVIPend";
        }
        end;

    OnVIPend:
        set VIP_expire,0; // clear timer
        if(getstatus(SC_CASH_RECEIVEITEM) == 1)
        {
            sc_end SC_CASH_RECEIVEITEM;
            sc_end SC_CASH_PLUSEXP;
        }
        dispbottom "premium ended";
        end;
    }
     

     


  13. I have added the Old maps on map_cache also in my grf im using Rathena Newer Version on Github. when i try to go to morocc town. i got that error. i also change the old izlude and successfully working without error but when i try the old map i got error. all map are fine only morroc.

     

    Anycan help me ??

    The error i receive is 

     



    Block Attr "Korean Words" then -> RPGSTUDIO "few more korean words"

     

    2a0f59f.jpg

     

    Thanks in advanced!


  14. The requirements will be they need kill monster '300 poring, 100 poporing, 1 angeling, 1 deviling , 1 ghostring,  submit 1 flying angel wing, 1 gemstone from tao gunka and 10M, after submiting the requirements or done the quest, the King poring will respawn at  the said map prt_fild08, the one who quested the king poring  will self announce where the king poring respawn, and also it will announce to all that the king poring is respawn without the map. the ID of the MOB 2508,

     

    much better if the script will have a control to where map i want to respawned, or so it will be random respawn map.  also it will random 1 - 2 hours if the npc is now active with announce like the King Poring NPC is Activated.

     

     

    Thanks in Advanced!

×
×
  • Create New...

Important Information

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