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

quintensky

Members
  • Posts

    245
  • Joined

  • Last visited

    Never

Everything posted by quintensky

  1. OMG I LOVE YOU!!!!!! WHERE DO YOU LIVE? I NEED TO GIVE YOU A COOKIE!!! Edit: w8… i think i missed something... when compiling it says: Method or Data member not found it highlights: .lblGuildCDesc it's lblGuildCDesc is not in frame you attached to the post, i will try to fix it myself...
  2. alright i will put my server on my friends computer on his network, and i'll check if thats true :p as for the attacking, i have no idea whats causing it… maybe it'l work when you add a custom attack animation? i will try that tomorrow! its 3:15 AM here, and i'm tired as (a) DUCK!
  3. i fixed it, i just reversed the tutorial, step by step deleteing and putting back codes, and redid the tut… it did not highlight a line or anything @Quintensky: > there were no problems during the compiling process at all… LOCKED
  4. @Soul: > What do you mean "attack animation"? If you mean an attack animation you added with a tutorial, then it's probably the tutorial that is wrong. > > As for the lag, there's nothing to be done about that. Your computer's internet connection is just slow. This is not Eclipse's fault. edited my post its the normal animation, not a custom one and for the connection, i mean it looks like the server restars every 3 seconds, is there any way to make it restart like every minute? that would make the problem less annoying…
  5. **_to make this look more awesome, im going to make this post look neat!_** **What's in this post?** **-** **What happened** **-** **The problems** **-** **The problems in detail** **-** **Questions** **-** **End** **What happened** **Today, I tried putting my server online for the first time, and it worked! my friend joined my game, and we tried a few stuff like: - PK - Trading - Just moving around** **The problem** **With 2 of the 3 I experienced some problems… the problems are: - PK - Just moving around** **The problems in detail** **I will now put the problems into more detail: - PK When attacking the other player, they can't see my attack animation (where you character just makes this movement as if it is walking, not a custom animation), and I can't see theirs. - Just moving around I see them lagg every couple of steps they take, they see me lagg every couple of steps I take (it looks like the server restarts every 3 seconds)** **Questions** **my questions: - What is causing this? - Is it fixable? - If so, what can i do about it?** **End** **If anyone can help me, please do… because i DON'T want to get these problems when my game is accually online!** _**I do realise all this fancy stuff is not needed, but i like doing this**_
  6. i added the awesome Guild system, and i **_THINK_** i did everything right, there were no problems during the compiling process at all… (i also deleted all the character files) but now i get this error when i login to my game: ![](http://img546.imageshack.us/img546/4439/errrorx.png) can anyone help me?
  7. someone beat me to it… see the ''Additions'' part of this tutorial
  8. you have to move the things in visual basic, such as the hotbar, open the client project in visual basics 6, double click ''frmmain'' then search for the hotbar, and drag it to where you want it to be (in you case at the bottom of the screen) this works for the: windows (inventory and such), buttons, gamescreen itself (picscreen), bars (hp, spirit and xp), chatbox (i think because i never moved the chatbox, i put the chat on the screen itself), it does work for the chatbar (where you type things to other players) altough im not very sure what you want with the black box in the top left corner of your screen, im guessing it's for the character's face, i don't know how to do that without getting rid of the face in the ''character window''
  9. i want the character's face to be displayed in the character creation, i searched for some tutorials, but i only found one: it takes away the sprite, and adds the face (i want both) i looked at a tutorial that completely changes the new character creation layout (looks beautifull by the way) but i don't want that layout, i tried to strip the code to the part where character an face is displayed, but i failed… can any1 help me?
  10. quintensky

    Spinning!

    i can't find frmmain_KeyUp
  11. i know, i make the items myself, im just talking about other people
  12. ikr :p but it might be easier since, every item in the RPGXPMEGAPACK has a gray background, and people use that pack ALOT! and most don't want a grey inventory, because… its ugly :p
  13. i think server messages should be displayed AT ALL TIMES, also staff members should be able to ATLEAST whisper a player
  14. @Scott: > * Changed all player name checks over to CheckPlayerName Function [ ] > * Added Bug fix to main downloads [X] > * Finished adding Color guild names [ ] > * Fixed lowercase guildnames [ ] > * Added a /Lookup command to look up both players/guilds [ ] > * Added Guild Rank to guildchat messages [ ] > * Guilds cannot have the same name anymore [ ] > * Admin tool for removing/changing Guilds/Guild Names [ ] does the X mean: check! (as in done) or: still to be done (kinda confusing ;)
  15. problem solved :) i am getting better at coding too, i worked on my engine for about 3 days without any tutorials! :D
  16. making stuff close? just make a picturebox, double click it and put this in: ``` If picInventory.visible = True then picInventory.visible = false End If ``` thats what i did and it worked
  17. yeah i know, i have no good door tiles :P
  18. i already did that :D i made new pictureboxes, then made some buttons, renamed, and changed the index! but i have 1 more problem, you know this part when you double click a button the frmmain? ``` Case 1 If Not picInventory.Visible Then ' show the window picInventory.Visible = True picCharacter.Visible = False picSpells.Visible = False picOptions.Visible = False picParty.Visible = False picQuestLog.Visible = False picStats.Visible = False ' play sound PlaySound Sound_ButtonClick End If ``` (something like that…) i changed that into: ``` Case 1 If Not picInventory.Visible Then ' show the window picInventory.Visible = True picCharacter.Visible = False picSpells.Visible = False picOptions.Visible = False picParty.Visible = False picQuestLog.Visible = False picStats.Visible = False ' play sound PlaySound Sound_ButtonClick Else picInventory.Visible = False BltInventory ' play sound PlaySound Sound_ButtonClick End If ``` what this does is: it maked the inventory (example) disappear when you click the button again.. this works for every button, execpt the quest button… and i have NO idea why :S nothing happend when you click the quest button again... (compiled version of Altairs quest system) if anyone uses the compiled version of Altairs quest system, and knows how the picQuestLog works, please help me fix this!!
  19. PVO??? is that like maple story style? (srry i have no-idea, but i vaguely remebers seeing a screenshot)
  20. thats the poblem, i have no idea where to start :S
  21. i'd eat your Avatar, its soo cute! (people can stop reading any post after this, cuz this is going off-topic)
  22. yeah.. this code is no good, it works but its just not good… 8 messages? that will fill half the screen with words, also the ''space'' break thing... thats just... bad
  23. @AlexASB: > Well why do you think im here asking questions?? Because i want to learn how to do it. plus a tutorial teaches you how to do it. It doesnt just give you the tools and not tell you how to use them well said my friend… well said :cheesy:
  24. a very very very very late Happy birthday :cheesy:
×
×
  • Create New...