Jump to content

Slur

Members
  • Posts

    115
  • Joined

  • Last visited

Posts posted by Slur

  1. 1 hour ago, G-RO said:

    Do we have a table in the database where we can track all the bought and sold items in the NPC?

     

    I am talking for the whole NPC inside the Ragnarok.

     

    I don't need a custom script to manually insert it in the database I want the default NPC script used inside the game.

     

    like the tool dealer, if someone buys and sells items to the tool dealer it will be recorded.

     

     

    thank you

     

     

     

     

    then learn how to apply the queryl_sql guide here, you need to learn and understand how to apply it on your npc

  2. 10 minutes ago, LadyNanuia said:

    Basically im looking for an NPC that would let the players do the following

     

    If you're a say Royal guard, you could change your appearance to Crusader / Paladin (Looks ONLY) but not Imperial guard, so basically "downwards" only by paying a Fee

    but it would be restricted to your actual class and not say Ranger to Lord Knight

     

    Thank you in advance!

    just make it a script for disguise, check the other threads and you can find how it works

  3. 2 hours ago, amanikoko said:

    Hi, i know this is showscript command.

    However, how to make it to show timer as  picture shown above using euphy woe controller?

    In the same time i have the below pvp warper script, how to make the showscript to getmapuser and display every single map in a looping way?

    Appreciate if someone could help to input or guide along.

    Much appreciate.

    Thank you!

    ultimatepvpwarper.txt 4.38 kB · 0 downloads

    just add the getmapuser in showscript to display a current user

  4. On 5/25/2023 at 2:41 PM, nelax said:

    Could you help me? I have this script from an Emistry topic.

     

    .@count = countitem(6150);
    if( .@count ){
    	if( select( getitemname( 6150 )+" X "+.@count,"close" ) == 1 ){
    		mes "Done ??";
    	}
    }else{
    	mes "You dont have any.";
    }
    close;
    }

    Topic Emistry

    function	script	KeyWarp	{
    	if(countitem(6266) >= 1 || countitem(6267) >= 1 || countitem(6268) >= 1)
    		menu (countitem(6267) ? ""+getitemname(6267)+"":""),Test1,(countitem(6268) ? ""+getitemname(6268)+"":""),Test2,(countitem(6266) ? ""+getitemname(6266)+"":""),Test3;
    	else
    		showscript "You don't hold any key.";
    		end;
    
    Test1:
    	showscript "Warp To Key of Illusion";
    	end;
    Test2:
    	showscript "Warp to Key of Gaiety";
    	end;
    Test3:
    	showscript "Warp to Key of Deception";
    	end;
    }

     

     

    its already release then just apply the code to your script, just understand the codes how to merge it to your script

  5. 9 minutes ago, nelax said:

    Teleport using item. They are a kind of key that will stay in the etc. When I click on my Tower Portal item, the teleport location will appear according to the keys in the inventory.

     

    something similar to that. However, instead of appearing only one option in the window, the other keys also appeared.

    1231.png

    just add your geitemid in your menu script and put the item id number....

  6. 1 hour ago, eloscar23 said:

    Where here? 

     1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,10000,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1

    just check and read the comment at the upper, then try to understand the format and wheres the drop rates....

×
×
  • Create New...