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

OtherWorld edit 2.0.5


Domino_
 Share

Recommended Posts

@igra4a12:

> When i connet from my computer it's okey , but when i connect from other computer it tells : "sorry , the server seems to be down.Please try to reconnect …"
>
> Please help !

Client side edit source and change IP addres.

@Ru$her:

> Where is the Download link for 1.8.2, 1.8.3, 1.8.4 and 1.9.4 version ? O_O

Wait for next release.
Link to comment
Share on other sites

  • Replies 196
  • Created
  • Last Reply

Top Posters In This Topic

For airdude2 : I'm not on router

For Domino_ : See

>! Sub TcpInit()
    ' If debug mode, handle error then exit out
    If Options.Debug = 1 Then On Error GoTo errorhandler

    Set PlayerBuffer = New clsBuffer
>!     ' connect
    frmMain.Socket.RemoteHost = "109.121.244.16"
    frmMain.Socket.RemotePort = 7001
>!     ' Error handler
    Exit Sub
errorhandler:
    HandleError "TcpInit", "modClientTCP", Err.Number, Err.Description, Err.Source, Err.HelpContext
    Err.Clear
    Exit Sub
End Sub
>! Sub DestroyTCP()
    ' If debug mode, handle error then exit out
    If Options.Debug = 1 Then On Error GoTo errorhandler

    frmMain.Socket.Close

    ' Error handler
    Exit Sub
errorhandler:
    HandleError "DestroyTCP", "modClientTCP", Err.Number, Err.Description, Err.Source, Err.HelpContext
    Err.Clear
    Exit Sub
End Sub

I change to my ip : 109.121.244.16 and the other players can't login
If you can make script for my client I will thank you.
Link to comment
Share on other sites

@igra4a12:

> For airdude2 : I'm not on router
>
> For Domino_ : See
>
> >! Sub TcpInit()
>     ' If debug mode, handle error then exit out
>     If Options.Debug = 1 Then On Error GoTo errorhandler
>    
>     Set PlayerBuffer = New clsBuffer
> >!     ' connect
>     frmMain.Socket.RemoteHost = "109.121.244.16"
>     frmMain.Socket.RemotePort = 7001
> >!     ' Error handler
>     Exit Sub
> errorhandler:
>     HandleError "TcpInit", "modClientTCP", Err.Number, Err.Description, Err.Source, Err.HelpContext
>     Err.Clear
>     Exit Sub
> End Sub
> >! Sub DestroyTCP()
>     ' If debug mode, handle error then exit out
>     If Options.Debug = 1 Then On Error GoTo errorhandler
>    
>     frmMain.Socket.Close
>    
>     ' Error handler
>     Exit Sub
> errorhandler:
>     HandleError "DestroyTCP", "modClientTCP", Err.Number, Err.Description, Err.Source, Err.HelpContext
>     Err.Clear
>     Exit Sub
> End Sub
>
> I change to my ip : 109.121.244.16 and the other players can't login
> If you can make script for my client I will thank you.

Did you portforward the port 7001?
Link to comment
Share on other sites

I have a question, What does that " Special " thing do. it is located under " spells" You can change the number but you can't edit it. What exactly does that do?

Edit: Is ther a way to make it so my items show up on the ground when a monster dies?
Link to comment
Share on other sites

@airdude2:

> I have a question, What does that " Special " thing do. it is located under " spells" You can change the number but you can't edit it. What exactly does that do?
>
> Edit: Is ther a way to make it so my items show up on the ground when a monster dies?

Special:2 means that every lvl up yous spell dmg rise up to 2 or smtn like that dont remember xD

@adiif1:

> Why such a speed that an arrow is although I have set to 1?

change to 1000 c(:
Link to comment
Share on other sites

@heartcleaver:

> I can't figure out the quest sytem. I made an npc and gave it a quest that tells you to kill anothe npc but when i kill the npc it doesnt say i finished the quest! Please help.

![](http://www.bildites.lv/images/uz5uxu7r59f1somao1.png)
Link to comment
Share on other sites

@airdude2:

> i just changed the picture i like what you did with it :) And is it possible that in ur next release can you make it so that you can see items on the ground? or just give me the code to add it plox :)

sry for double post, but afther 30 sec other players see dropped item.

p.s. Right now I'm working on OtherWorld - First Demon On Earth - project, so next release wount be so fast. But you can req smtn, only not pet system, It's not a bad system or what but I just dont want to add it.
Link to comment
Share on other sites

ok thanks, but do i also have to wait 30sec to see the monster drop becouse that didnt work either :/ i can loot the item but i can't see it. and as for the req.
Possibly: More equipment slots :) like 2 or 3 more, one for pants, Accesories,shoes? I can also post the tut if i find it :P but that's about all there is realy needed to add besides the pet thing, and the gui. If i find any other problems or anything of that sort i'll let you know. Good job so far on keeping this up to date.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...