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

Jacquelinett

Members
  • Posts

    844
  • Joined

  • Last visited

    Never

Everything posted by Jacquelinett

  1. but even when i download his source version, still doesnt work!
  2. Jacquelinett

    System Error

    are you using Ricky's modification(S)? if you are, remove the picFlash in frmMain
  3. Both the download version and the code doesnt work for me :-/ for the code, im using EO 2.0
  4. why must the legwear go before the shield??? why cant i put legwear before scripted spell and stuff? why after i put this code in, my hotbar messed up?
  5. yes i know about that. but everytime my mouse is over the imgbutton, it crashed because it doesnt have a _hover and _norm and _click for it. i tried to create one but still didnt work
  6. hi, the hotbar in EO was 12 button longs, i want to change it to 6 buttons on top and 6 at the next row, how do i do that?
  7. Can you please give me an example of how the code should look like? Im still a VB6 newbie
  8. okay, i was trying to write a sailing script using scripted tile system. So this is what I did: Case 2 Dim Onland as Long If GetPlayerSprite(index) = 1 Then Onland = 1 Call SetPlayerSprite(index, 21) Call Playermsg (index, "You get on the ship") Exit Sub End if If GetPlayerSprite(Index) = 2 Then Onland =2 Call SetPlayerSprite(Index, 21) Call Playermsg (index, "You get on the ship") Exit Sub End If If GetPlayerSprite(index) = 21 then Call SetPlayerSprite(Index, Onland) Call Playermsg (Index, "You get off the ship") End if Exit Sub … Dont care if i type in the GetPlayerSprite and SetPlayerSprite wrong, that doesn't matter right now (i use my laptop to script, which doesnt have internet, and use another to computer to connect and look at this forum, so i retyped my whole code by memory). My problem is the Onland thingy. I want the Onland to remember player's sprite so that whenever the player get off the boat they will get ack to their old sprite. That explain why i have Call SetPlayerSprite (index, Onland). But that doesn't work, my client showed that i dont have a sprite (my sprite is blank and the name shift down). Please help me with this Second, i realize that the sprite doesnt automaticaly update every time i change my sprite with a script (not changing with the admin command). I have to log out and relog in in order to see my new sprite. Help? Thank, and sorry about my English, im suck at it
  9. okay, and how do i add picture to it? (i know how to but just to make sure because i keep getting error whenever my mouse is over the picture)
  10. hi, how do i add more imgbutton? the one that u click and picInventory appear.
  11. … i used Eclipse Origin Mass Renamer to save my png file to convert it to bmp. That is weird... it worked before!!!
  12. but it worked before! I copied it from my old client!
  13. hi… i was too tired with my old client and server so i decided to restart the whole game. I started with a blank version of EO and added alphablended chatbox, edited the GUI so that it look like Xtendmod version, rotate player (press E and Q will rotate your face, you dont move), CrazySystem Friend system, color due to lvl (with mean if you are 10 lvl higher to a player, he/she will see your name red) and I think that is it. These thing have nothing to do with the graphic except the alphablended thing. But... That doesn't have anything to do with NPC at all. I get this problem when I tried to edit NPC sprite. Notes: I copied all the NPC file from my old server. The only sprite that show is 1 and 2, whenever i go to 3, it crash. Help :(
  14. no, but i messed up with equipment, with mean i tried to add more equipment. I added legwear, ring1, ring2, bracelet1, bracelet2, hair, mount, necklace, boot, glove, cape before the shield in modConstant and add in other mod, too. I think that is why it messed up
  15. but hwo did i screwed it up? :P I need to learn from my mistake, you know :P
  16. Impossible? No, it is possible, just that we are too lazy to do it. Some of us already make that.
  17. my hotbar problem is far more complicated. When I open the spell menu, i cant even move the spell!!! I think the problem is not the hotbar but the spell menu. I cant move the spell. Download and try, you will see what im talking about.
  18. http://www.mediafire.com/?2hwbd5d0rfp56sa there, that is my "trying-to-finish" version. I added lots of equipment to this, but I failed :P. I also tried to make a harp system, but i cant hear anything. I added new GUI, which is end up look horrible :( . Now my hotbar isnt working, too T.T . Can you guy look at it and help me, just a little? All I need right now is to fix the hotbar, that is it. Thank…
  19. hi how do i play a sound on client and everyone hear it?
  20. Hi… Im using Modification(S) EO and i reeditted the GUI so that it look the way i want it to do. What I added is the i changed all the button into a imgbutton. But now all the spell description and item des is in wrong spot when my mouse is over an item. Instead of appearing at the bottom, it moved up near the corner. The hotbar is wrong spot to >.< Help?
  21. Hi… my hotbar isnt working. I mean like i cant drag anything from the spell bar to it. Help please
  22. haha… i will just remake the map. I fixed the problem by remove both map 1 and map 2.
  23. but… now what about my game, file, data and stuff? I cant just copy them cuz i added lots of code into the game
  24. what does "blank" Origin mean?
×
×
  • Create New...