Jump to content

Stupeflix

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by Stupeflix

  1.  

    GRF mo, baka IDNUM pa din ginagamit mo. kung nka 2013 Client ka. dapat iteminfo.lub yan eh.

     

    Dapat po ba yung data/luafiles514/lua files/

    eh lahat .lub ang file extension ng lahat ng files?

    yung una ko pong data folder, ang laman pa po nun, .lua..

     

    Dapat po ba .lub?

  2. Mga Sir, Help naman about sa server ko.

     

    Dati may nagawa na akong server SVN Ver 16797 ata. and working naman lahat yun nga lang may mga bugs sa ibang jobs.

     

    then ngayon naisip kong gumawa ulet. so nagdownload ako ng SVN Ver 17703.
    okay na lahat. then pag LOGIN ko sa game.

     

    Ayaw mag @item, kahit hindi custom item hindi visible. As in lahat po ng gamit hindi makita.

    pero pag nag @itemlist naman po ako. nakikita nya yung gamit. pero pag CTRL+E wlang items lahat.

     

     

    Anu po kaya ang problem? pero feeling ko po yung SVN 17703 ang may prob. pero kung may suggestion po kayong iba. okay lang po.

     

    THank you!
     

  3.  

    either you dont have the item texture or the sprite... or you ddnt list it in the visionary tab and accessoryid.lua or lub.. or u forgot to state the view id in the iteminfo for custom item.... update your kro... and renew your grf if you had made any changes in the data folder...

     

     

    okay i'll try it Sir Stain.. last year I have SVN rev 169.. I think. i dont remember. and it works. now. I downloaded SVN Rev 17703 and used the old data that i've used in the old SVN. that why I think its not working.

  4. Hello, I have a problem about items.

     

    When I use @item, the item that I call is not showing on the top of the screen.

    and when I checked @itemlist, it says that i have that Item in my inventory but I Can't see it on my inventory.

    Even the items equipped is not visible. What is the problem? my SVN Ver is 17703

     

    same problem with this one http://rathena.org/board/topic/90244-invisible-items/

     

    please help. thanks in advance

  5. no, regarding to storage, that is not my problem.. that is the problem of my players when they downloaded my small clients release

     

    so the main problem of the @storage is not updated kRO Files??

     

     

    and I just wanted to know.. what are the files included in "SMALL CLIENT" downloads.??

     

    LIKE.. in other servers.. they say 

     

    "DOWNLOAD THE FULL CLIENT and SMALL CLIENT"

     

    Client.exe

    Client_Patcher.exe

    myServer.grf

    data.ini

    now, i'm just wondering if that is the only files that are included in small client?

  6. Hello,

     

    I'm just wondering what are the files included in "Small Client Downloads"?

     

    Co'z on my first attempt to make small client

     

    I only included in the rar files are

     

    Client.exe

    Client_Patcher.exe

    myServer.grf

    data.ini

     

     

    Then when my players downloaded it, they encounter errors

     

    especially when typing the command "@storage" there client crashes

     

    Please Help Thanks !
     

  7. check your clientinfo.xml maybe your ACCOUNT ID is included in clientinfo

     

    here look for this one in your clientinfo.xml located at your data folder

     <aid>
                 <admin>2000000</admin>
                <admin>2000001</admin>
    </aid>
    • Upvote 1
  8. I just need help to make a description of this weapons..

    I'm not the owner of the script, 

    Item #1:1649

    if(isequipped(9922)) bonus bMatk,3000; if(getrefine()>4) bonus bMatk,200; if(getrefine()>9) bonus bMatk,200; bonus bUnbreakableWeapon,0; bonus bInt,30; bonus bDex,20; bonus bMatkRate,45; bonus bHPGainValue,1000; bonus4 bAutoSpellWhenHit,84,5,15,1; bonus bIgnoreMDefRace,8;

     

    Item #2:1177

    if(isequipped(9922)) bonus2 bSkillAtk,5,5000; if(getrefine()>4) bonus bAtk2,210; if(getrefine()>9) bonus bAtk2,220; bonus2 bSkillAtk,253,150; bonus2 bSkillAtk,254,150; bonus bUnbreakableWeapon,0; bonus bIgnoreDefRace,7; bonus bIgnoreDefRace,11; bonus bAgi,10; bonus bStr,30; bonus2 bAddEff,Eff_Stan,1000; skill 425,7; skill 495,1;

     

    Item #3:1175

    if(isequipped(9922)) bonus2 bSkillAtk,5,5000; if(getrefine()>4) bonus bAtk2,210; if(getrefine()>9) bonus bAtk2,220; bonus2 bSkillAtk,253,150; bonus2 bSkillAtk,254,150; bonus bUnbreakableWeapon,0; bonus bIgnoreDefRace,7; bonus bIgnoreDefRace,11; bonus bAgi,10; bonus bStr,30; bonus2 bAddEff,Eff_Stan,1000; skill 425,7; skill 495,1;

     

    thanks.. !

  9. Hello..

     

     

    I have encounter this kind of scenario in other RO Servers..

     

    The GM will summon a treasures boxes that have a CUSTOM TICKET or COIN drop

     

    and that coin.. contains.. ITEM SHOP CREDITS

     

    and they have also NPC Exchanger of COINS -> CREDITS

     

     

    I hope if someone get what I mean..  

     

     

    please share the script if does exist.

     

     

    THANK YOU :)

  10. on your conf\char_athena.conf

     

    // Amount of time in seconds by which the character deletion is delayed.

    // Default: 86400 (24 hours)

    // NOTE: Requires client 2010-08-03aragexeRE or newer.

    char_del_delay: 86400

     

    just make it 0 to remove the delay.

     

    char_del_delay: 0

     

    thank you very much.. :)

  11. What kind of error are you getting. can you post a snapshot

     

    error1_zpsbd28fe48.png

    error2_zpsdb660fb9.png

     

    here are my errors.. i think this errors is because of my lua files

    here is my lua files code

     

    accessoryid.lua

    ACCESSORY_B_NOVICE_SUIT = 2051,
    ACCESSORY_B_KNIGHT_SUIT = 2052,
    ACCESSORY_B_MINISTREL_SUIT = 2053
    

     

    accname.lua

    [ACCESSORY_IDs.ACCESSORY_B_NOVICE_SUIT] = "_B_Novice_Suit",
    [ACCESSORY_IDs.ACCESSORY_B_KNIGHT_SUIT] = "_B_Knight_Suit",
    [ACCESSORY_IDs.ACCESSORY_B_MINISTREL_SUIT] = "_B_Ministrel_Suit"
    

     

    item_db2.txt same with item_db.txt

    19037,B_Novice_Suit,Costume Novice Suit,5,10,,100,,10,,0,0xFFFFFFFF,7,2,4096,,0,1,2051,{},{ changebase 4023; },{ changebase Class; }
    19038,B_Knight_Suit,Costume Baby Knight Suit,5,10,,100,,0,,0,2147483647,7,2,4096,,0,0,2052,{},{ changebase 4030; },{ changebase Class; }
    19039,B_Ministrel_Suit,Costume Baby Ministrel Suit,5,10,,100,,0,,0,2147483647,7,2,4096,,0,0,2053,{},{ changebase 4075; },{ changebase Class; }
    

     

     

     

    hope you will figure out my problem.. thanks..

×
×
  • Create New...