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

Notsu

Members
  • Posts

    75
  • Joined

  • Last visited

    Never

Notsu's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry, but I can't edit topic to switch to solved. btw I can't use some of buttons like "fast reply".
  2. Can anyone upload that package? Thanks.
  3. Shadowsharp of Calm Rogue 20 Rare Weapon -dagger Monster Drop
  4. Notsu

    Window VPS

    Yeah, I mean that.
  5. Notsu

    Window VPS

    Try allow Your server.exe in windows firewall control panel.
  6. You don't say about that lovely bird animation in stay. :D
  7. why always when I start working on something I see the topic on forum with similar idea? :D Looks nice, keep going with it.
  8. It's not looking bad but there is nothing special - just good. About colors: I think that colors from pic in that thread: [http://www.eclipseorigins.com/community/index.php?/topic/133632-gui-background-render-question/](http://www.eclipseorigins.com/community/index.php?/topic/133632-gui-background-render-question/) are a lot better
  9. I'm working now on something like this. Some time ago I "released" game called Soan Heroes and it was pvp focused. To be honest It's hard to cumulate at least 8 players to play a team-mode. The game was running 24/7\. Now it's dead but I changed the concept and wan't to fix missed ideas. The most important thing(I think) in that kind of games is a lobby, matchmaker where You can easy find an opponent, the second is to organize tournaments with rewards and the last thing is to make good tutorial how to play for newbies in-game. I think that'll help You. Sorry for my english.
  10. The shop action is sent to all players and it's reseting shop action of all players not just of the player in shop. Server side: Find: ``` Sub ResetShopAction(ByVal Index As Long) ``` and change that line in this sub: ``` SendDataToAll Buffer.ToArray() ``` to: ``` SendDataTo Index, Buffer.ToArray() ```
  11. Resolved. ``` TempPlayer(Index).EventMap.EventPages(evPage).x ```
  12. I think it happen in dx7 versions, seems like it's don't blting npc.
  13. How to get current position of moving event? I'm trying with Map(mapnum).Events(x).x but it return an starting position of event. What about TempEventMap? It's not global event.
  14. It's really annoying, someone know how to fix?
  15. No, I tested it with and without stringvalue.(I entered vbNullString as StringValue in that case) But if it should crash I'll delete that check.
×
×
  • Create New...