Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

kapsel598

Members
  • Posts

    36
  • Joined

  • Last visited

    Never

kapsel598's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How can i set max players on map? max=6 if on map is 6 players player7 can not enter on the map please help
  2. I have a problem with the drop items if there is only one item i can drop it but then i cant drop another. and if i get 1 item to inventory, in inventory appears full of this items how can i do that "how many do you want to drop" is non visible when item value is 1 ? problem with drop items and full inventory is only when stack limit is 0
  3. Hi I wanted to ask whether it is possible to create a script for this type of inventory? If someone captured this idea, you can try do this http://postimage.org/image/plzlsm0fj/
  4. how can i do that frame(cook) is visible only if player have item(2) ? please help me with this
  5. how to do this by: frame cook = not visible if player have item 2 cook frame = visible please help me
  6. Thank you, i remember it for the future
  7. it is edited http://www.touchofdeathforums.com/smf2/index.php/topic,64806.msg694102.html#msg694102 if you used fish item(recipe) (you must have tool and 1 item) >! If Item(GetPlayerEquipment(Index, Weapon)).FTool = Item(GetPlayerInvItemNum(Index, invNum)).FToolReq Then ' Give the resulting item If HasItem(Index, FItem1) Then FishRand = rand(1, 3) If FishRand = 1 Then If GetPlayerLevel(Index) = 10 Then Call PlayerMsg(Index, "1", Red) Else Call FishRand End If End If If FishRand = 2 Then If GetPlayerLevel(Index) = 15 Then Call PlayerMsg(Index, "2", Red) Else Call FishRand End If End If If FishRand = 3 Then If GetPlayerLevel(Index) = 20 Then Call PlayerMsg(Index, "3", Red) Else Call FishRand End If End If
  8. I am a beginner in VB I mean that random from 1 to 3 (rand) if one and I'm level 10 and get the item if you do not have a level 10 again random
  9. im new with visual basic and i have this error: http://postimage.org/image/ifhe4vi4p/ please tell me what i do wrong or what i must add to fix this. this is my own script thanks
  10. http://www.touchofdeathforums.com/smf2/index.php/topic,80530.msg862089.html#msg862089 i have this from this script
  11. i have lvl requirement for resource, only i must add exp giving how to do this?
  12. fiexp is in tutorial, i do everything from tutorial, but not for fishing, for WoodCutting
×
×
  • Create New...