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

Hornie Bear

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Hornie Bear's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Can someone familiar with lightnings amazing pet system tell me what part of the code clears the pets if the server is shut down or exited with players still online with summoned pets? I'm just wondering if I missed something or is there nothing in the code preventing this? As of now if the server is shut down or exited I am having to go through manually deleting recent pets from players after I restart the server.. Any advice on this would be a great help :embarrassed:
  2. ok thanks it happened when i added a new map attribute to the map editor that pulls up a new frame. got the error when i walked over it gonna try to redo it now =p
  3. Does anyone know what causes this error in Public Sub WriteBytes? highlights this line nLength = (UBound(nByte) - LBound(nByte)) + 1 It says Ubound and LBound subscript out of range and nLength = 0
  4. ok i have a sub for my travel menu… >! Public Sub TRAVELM() Dim Buffer As clsBuffer Set Buffer = New clsBuffer Buffer.WriteLong CTRAVELM SendData Buffer.ToArray() Set Buffer = Nothing End Sub so it should work with the conv system just by adding a case in modconv to call it?
  5. Was wondering if anyone has added any new events to there converstaion system yet? i see where to open the bank it just simply calls the 'sendbank' command? im trying to get my travel system to work with the converstaion system but i dont think i can just add 'call TravelMenu' cause i get an 'not optional' error? So has anyone been able just to add an option for a call sub like that or is it more complicated than the
  6. @Domino_: > What version you use EOv2.0 or CS:DE ? EO2.0….
  7. Is there a reason the castspell and instacast were made not visible and they do not work anyways was wondering why this was taken out?
  8. Can someone please help me look for the line of code that makes currency stackable and where it shows the max currency u can have in your inventory? only thing i saw that was close was the 'findopeninvslot' :confused:
  9. yes havent seen any bugs so far he fixed everything that was left out of the tutorial everything is working even party doors! This is the best and only door system!!! ;)
  10. how do i get the door editor i added to pop up?
×
×
  • Create New...