Jump to content

lexaeus

Members
  • Posts

    65
  • Joined

  • Last visited

Posts posted by lexaeus

  1. 4 hours ago, sader1992 said:

    when you hover the mouse on it it must say missing something

    you don't get that ?

    not showing in the inventory = data\texture\유저인터페이스\item\my_item.bmp

    what the error show ? and if you don't get popup error see the chat

    if you can make a test client that you use for testing and don't use 

    
    Ignore Resource Errors
    Ignore Missing Palette Error

    those options not good for testing they will hide the error from you 

    ofc if you want client not for testing and to give it for other players you do choose those options

    when I hover on the item it says nothing. then when I right clicked on the item it shows the description however no image of the item.

    I tried to equip the item and then boom I got an error "something says data .... item bmp"

  2. yes my client uses text files

     

    ACCNAME :

        [ACCESSORY_IDs.ACCESSORY_BLUE_EYES] = "_blueeyes",
        [ACCESSORY_IDs.ACCESSORY_myd_CAP] = "_mydcap",

    ACCESSORYID :

        ACCESSORY_BLUE_EYES = 1324,
        ACCESSORY_MYD_CAP = 1577,        <<<<<----- this is the last line on my accessoryid, should I remove (,) ?

     

    Thank you!

     

    4 hours ago, sader1992 said:

    even if you got (failed to get 07-26-17.thor) @item failed = server side if it's from the client you will get the item even if it's not in the client you will get apple like unknown item

    did you try to restart the server ?

    this line where you put it ?

    pre/item_db.txt ? <<this = pre

    re/item_db.txt ? <<this = renewal

    item_db.sql ? <<this = pre sql type

    item_db_re.sql ? <<this = renewal sql type

    pre/item_db.txt ? <<this = pre

    I managed to get the item however it is not showing in my inventory

  3. Hi Guys,

    I would like to ask how to insert item using thor patcher. I would like to add custom item on my server however when I already updated the following accname,accessory id,idnum2itemdesctable,idnum2displaynametable, idnum2itemresnametable , itemslotcountable and spr / act. Also updated Item_db.

    the patch is completing however when I @item the item that I inserted it giving me error "@item failed"

    Is there a video or guide that I need to follow of I missed some steps.

    Looking forward for your expert response.

     

    Thank you,

  4. Hi Guys, I just wanted to know what have i done to get this error "Internal Error Possible Bug". I tried making a patch to my ragnarok, when Im trying to patch it I'm getting that error. 

    I just pasted the patch to data and updated the plist.

    Looking forward for your expert advise.

     

    Thanks!

  5. 11 hours ago, Cyro said:


    any console errors? a bit more information would be helpful 

    Hi @Cyro I'm not getting any errors. I just followed your guide.

    Correct me if I'm wrong I just simply copied the script and save in notepad.

    restarted the server and execute the command @maprecall but nothing happens. Also is it possible to make another script for @quest or @mall there will be a pop up window wherein you can buy.

    TIA

  6. On 4/25/2017 at 9:54 AM, lexaeus said:

    Thank you very much @Cyro is it safe to say the on a plain notepad I simply add this script. No need to add atcommand. Thanks a lot cheers!

    Hi Guys,

    @maprecall is still not working? help anyone

     

    TIA

  7. 12 hours ago, Cyro said:

    Just add this script as npc script, 

    And reloadscript or reloadnpc/restart server to make it work, and thats it

    And when command used all players within the map comes the command casting character, and level zero group cant use command

    Thank you very much @Cyro is it safe to say the on a plain notepad I simply add this script. No need to add atcommand. Thanks a lot cheers!

  8. 54 minutes ago, Cyro said:
    
    -	script	MapRecall	-1,{
    		OnInit:        
    	bindatcmd "maprecall",strnpcinfo(3)+"::OnMapRecall",70,70;
    		end;    
    	OnMapRecall:
    		if(getgmlevel()==0) end;
    		getmapxy .@map$,.@x,.@y,0;
    		mapwarp .@map$,.@map$,.@x,.@y,0;
    	}

     

    Hi Cyro, in this script I can recall all players within the map? moving forward, where should I put this script and is there any script should I add to make @maprecall work?

  9. Hi Guys,

    May I request for a script of Lord Knight Talisman. Here's the description.

    When on talisman effect Parrying Level 10 can be used in One-Hand Swords  + 25% additional damage of Bowling Bash.

     

    Thank you in advance

×
×
  • Create New...