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

sweetboy

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

sweetboy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. sweetboy

    Unknow error~

    Sub SendDataTo(ByVal index As Long, ByRef Data() As Byte) Dim buffer As clsBuffer Dim TempData() As Byte If IsConnected(index) Then Set buffer = New clsBuffer TempData = Data buffer.PreAllocate 4 + (UBound(TempData) - LBound(TempData)) + 1 buffer.WriteLong (UBound(TempData) - LBound(TempData)) + 1 buffer.WriteBytes TempData() _**frmServer.Socket(index).SendData buffer.ToArray(**_) End If End Sub i got an error at this line anyone know why? and how to fix it?
  2. hahaha anyone know why it say that i don't have slot in my inventory, even i have many slot in my inventory?
  3. um mind if i ask something i got some bug at the quest system? [http://prntscr.com/2xgjpj](http://prntscr.com/2xgjpj)
  4. i have this problem im using EFF i got an blank screen when im trying make new account in my game like this [http://prntscr.com/2wlor1](http://prntscr.com/2wlor1) when i try to delete spell folder from my server it work fine is there anyone can help me? oh yeah im having a strange problem too when make spell its slot in spell sometimes randomize so when i try to make spell at slot 1 they suddenly appear in slot 10 forget to mention i have spell 1-35 if i delete spell from 25-35 its work! but if im trying make a new spell from slot 25++ and its blank screen again i really really appreciate if you can help me thanks! :D
  5. but it need to upload the update with client inside right?
  6. err yeah ._. currently the easy way is changing the client but it take too much byte in my updater
  7. Hello i wanna ask is there a way to force player to update the game from updater when i upload new file at updater server?
  8. so there are other updater? @_@
  9. anyone have a backup of robin updater the link there dead? thanks! :D [http://www.eclipseorigins.com/community/index.php?/topic/105234-eclipse-multi-purpose-autoupdater/](http://www.eclipseorigins.com/community/index.php?/topic/105234-eclipse-multi-purpose-autoupdater/)
  10. er excuse me what if i want to change the class from event and reset the stat,and lvland make it into skill point? :D
  11. okay i will try it :D thanks richy
×
×
  • Create New...