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

Domino_

Members
  • Posts

    944
  • Joined

  • Last visited

Posts posted by Domino_

  1. Something like this?

    1\. ![](http://www.bildites.lv/images/xlt81obi4zi53ikw6giz.png) to ![](http://www.bildites.lv/images/luwpicn6vbgt0vkibty.png)
    2\. ![](http://www.bildites.lv/images/4u0ors2mxq6vazng8mn.png) to ![](http://www.bildites.lv/images/7l286ball9ww8fb1noq.png)
    3\. ![](http://www.bildites.lv/images/4x9bm793xgomtqt16x3b.png) to ![](http://www.bildites.lv/images/22uupd0i2kn6zofd3unz.png)
    4\. ![](http://www.bildites.lv/images/0lby7s4kuzxw90vpjry.png) to ![](http://www.bildites.lv/images/5s58uhq9z48mw0vk1ym.png)
    How does they look now?  ;D
  2. I got bored so from tutorials made theese, Who likes and what i need to add?
    1\. ![](http://www.bildites.lv/images/xlt81obi4zi53ikw6giz.png)
    2\. ![](http://www.bildites.lv/images/4u0ors2mxq6vazng8mn.png)
    3\. ![](http://www.bildites.lv/images/4x9bm793xgomtqt16x3b.png)
    4\. ![](http://www.bildites.lv/images/0lby7s4kuzxw90vpjry.png)
    5\. ![](http://www.bildites.lv/images/b47yj6heyntrvfsewwa.png)
    ;D
  3. I know how to add an image from source but how to add it like in the pragramm in. ?

    p.s.
    It's all ok  XD XD XD
    I just didn understand why sprites tilesets and gui are outside the programm why just cannot to add them in..  Now i understand almost everything..  XD XD
  4. Hello!
    Can somebody help me with this scripts?
    http://www.vb6.us/tutorials/client-server-chat-program-using-winsock-control-tutorial

    How can I make that need to register & login to chat, and more people in one chat?
    And how to add in the txtStatus that i can see my own writen?
  5. @Zetasis:

    > What exactly are the quest bugs because as far as I knew it worked 100%?

    You start quest 1 from Npc John, When you complete quest you can complete the quest to John and every one who gives you the quests…
    I'm not goot at English, I hope u understand  ;D
  6. I'm not good at scripting but there need to be something like

    >! THIS IS NOT REAL SCRIPT xD
    if QUEST.NUMBER Then
          Call Playermsg(index, "Quest has complited.", WHITE)
    AND.SCRIPT.WHO.FINISHES.THIS.QUEST
    Else
          Call Playermsg(index, "This quest has not started here.", WHITE)
    End if
  7. @NGHS:

    > Wouldn't it be easier to do scripted tile and pop up a menu or just auto fish, if you have a fishing rod equiped?

    But then i must to go up and down up and down to fish….
  8. Please help me.

    I add this to Sub OnClick.
    ```
    Case 0
    If CanTake(index, 5, 1) Then
          Else
          Call Playermsg(index, "Go get a fishing rod!", WHITE)
          End If

          If GetPlayerLevel(index) <= 10 Then
          If CanTake(index, 5, 1) Then
          Call Playermsg(index, "You are attemting to fish", WHITE)
          If rand(1, 8) = 1 Then
          Call Playermsg(index, "You got a fish!", WHITE)
          Call GiveCurrency(index, 6, 1)
          Else
          Call Playermsg(index, "The fish got away!", WHITE)
          End If
          End If
          End If

          If GetPlayerLevel(index) >= 11 Then
          If CanTake(index, 5, 1) Then
          Call Playermsg(index, "You are attemting to fish", WHITE)
          If rand(1, 4) = 1 Then
          Call Playermsg(index, "You got a fish!", WHITE)
          Call GiveCurrency(index, 6, 1)
          Else
          Call Playermsg(index, "The fish got away!", WHITE)
          End If
          End If
          End If
    Exit Sub

    ```
    can somebody help me? I need to make a coordinate from where you can do fishing.
    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/5708118e8fba581141a3319d59f42a15.GIF)
×
×
  • Create New...