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

Skillzalot

Members
  • Posts

    471
  • Joined

  • Last visited

    Never

Everything posted by Skillzalot

  1. dont forgetting water/electricity bills and maintenance of the machines
  2. adding a little more depth would make it look more like there is actually more than an inch of water in there but i like it
  3. i would assume the squares are the bottom of the fountain
  4. Other then whats already been said about expressions i like them
  5. its not that they are bad its that everyone makes them
  6. hey man want to add me on skype skillzalotlol
  7. i did change the order in my attack sub but this is happening somewhere else, it automatically stuns before knocking them back no matter what way i put it
  8. you can only edit EO in vb6 vb2008 wont work
  9. Ok so i got it so if a weapon has knockback it knocks and enemy back a set amount of tiles then stuns them, the issue is it stuns them before it knocks them back and i cant figure out how to get it to knock them back first then stun. Would anybody happen to know where to edit and how i can achieve this
  10. ![](http://i40.tinypic.com/2wdrj86.png)
  11. Well all i see here is a small snippet of info and you basically asking for other people to make your game for you, why should we help if your not willing to help yourself first. Do not ask for both artists and programmers learn one and once you get good enough at it show off what youve done and the other will join you. Also as for your pixel art its not good at all. Please dont take this the wrong way but its something you need to learn man
  12. I have no problem with the full name idea but some people like to have uber long guild names and that would just be annoying on the screen.
  13. Okay ive played around with it for a bit and all seems to be working, all i can really suggest is if you are leader of a guild the ability to disband the entire guild would be a good touch, and maybe instead of displaying the guild name above player name make it display an acronym for guilds that have longer names. I am so looking forward to the tutorial man :D
  14. santa if you got vb6 just go do it yourself your not going to get anywhere asking in here for people to put the tutorials in your source. Do it yourself all those things are in the source tutorial board
  15. make sure he has 1 for each stat, and make sure you set what shop he opens, then you just attack him
  16. can you post your class ini, and try restarting the server
  17. Meh its better to get this simple things done and over with, but glad to be of some service to you. If you have any more questions post them and ill see what I can do
  18. Well I'm sick of people asking how to change classes and make new ones so I wrote this simple guide on how to do it. No credit is required or anything just a simple thank you will suffice. Step 1: go to your sever folder Step 2: Go into data file Step 3: open up classes.ini Step 4: change this line``` MaxClasses=2 ```to maxClasses ="whatever number you want" Step 5: copy and paste``` [CLASS1] Name=classname MaleSprite=1 FemaleSprite=2 Strength=10 Endurance=6 Intelligence=4 Agility=9 Willpower=4 StartItemCount=0 StartSpellCount=0 ```as many times as you need numbering properly and changing the values Step 6: save the ini after your changes Step 7: make a new character admiring your new class selections Step 8: enjoy your game Please remember to restart the server
  19. Instead of making a second post wait for someone to help but I guess I can shed some light. Step 1: go to your sever folder Step 2: Go into data file Step 3: open up classes.ini Step 4: change this line``` MaxClasses=2 ```to maxClasses ="whatever number you want" Step 5: copy and paste``` [CLASS1] Name=classname MaleSprite=1 FemaleSprite=2 Strength=10 Endurance=6 Intelligence=4 Agility=9 Willpower=4 StartItemCount=0 StartSpellCount=0 ```as many times as you need numbering properly and changing the values Step 6: save the ini after your changes Step 7: make a new character admiring your new class selections Step 8: enjoy your game
  20. well i know that an over flow issue but what exactly in your code is causing it, we cant help unless we see where that error originates
  21. When it comes to backing up what i do is after 1 major feature getting it to a usable state i copy my entire client and server folder into a backup folder, that way if the one im ever working on ducks up all i need to do is recopy the client and server in the back up folder. It helps a lot when your make a huge amount of changes
  22. Im trying to make my Take Item once code works but something is wrong with the loop ``` Case 5 'Take item If Conv(convNum).Conv(curChat).Data3 = 1 Then For i = 1 To MAX_CONVS If Player(Index).TakeItemOnceStatus(i) 1 Then If HasItem(Index, Conv(convNum).Conv(curChat).Data1) Then TakeInvItem Index, Conv(convNum).Conv(curChat).Data1, Conv(convNum).Conv(curChat).Data2 SendActionMsg GetPlayerMap(Index), Conv(convNum).Conv(curChat).Data2 & Trim$(Item(Conv(convNum).Conv(curChat).Data1).Name) & " " & "removed", White, 1, (GetPlayerX(Index) * 32), (GetPlayerY(Index) * 32) Player(Index).TakeItemOnceStatus(convNum) = 1 Else SendActionMsg GetPlayerMap(Index), "You don't have any", Red, 1, (GetPlayerX(Index) * 32), (GetPlayerY(Index) * 32) End If Else SendActionMsg GetPlayerMap(Index), "You already gave me this item", BrightRed, 1, (GetPlayerX(Index) * 32), (GetPlayerY(Index) * 32) End If Next Else If HasItem(Index, Conv(convNum).Conv(curChat).Data1) Then TakeInvItem Index, Conv(convNum).Conv(curChat).Data1, Conv(convNum).Conv(curChat).Data2 SendActionMsg GetPlayerMap(Index), Conv(convNum).Conv(curChat).Data2 & Trim$(Item(Conv(convNum).Conv(curChat).Data1).Name) & " " & "removed", White, 1, (GetPlayerX(Index) * 32), (GetPlayerY(Index) * 32) Else SendActionMsg GetPlayerMap(Index), "You don't have any", Red, 1, (GetPlayerX(Index) * 32), (GetPlayerY(Index) * 32) End If End If ``` I also added TakeItemOnceStatus(1 To MAX_CONVS) As Byte to the player rec in both client and server If i want to take the item multiple times it works but if i try to give the item only once instead of stopping at that specific chat it loops through all of them some help would be amazing,
  23. Skillzalot I be rocking just about everyone but i really like lee sin and viktor
  24. Becky read the rules dont back seat moderate as necro posting doesnt apply to resource board
×
×
  • Create New...