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

Orunu

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Orunu's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Orunu

    [EO] Stats problem

    @Erkro1: > Will do that, and I'll post new reply if I've found solution. ;) > > Ehm… > That isn't what I'm asking for.. oh sorry i misunderstood wat u said.. my bad yea thats for stat points per level wat i gave you
  2. Orunu

    [EO] Stats problem

    i asked a similar question just use search bar or look through Q&A ``` Call SetPlayerPOINTS(index, GetPlayerPOINTS(index) + 3) ```
  3. Orunu

    Making Money

    your basically saying we need to set up a company to sell stuff on ebay cuz its tax evasion O.o to make money you dont have to make a company another example your saying a kid needs to set one up to make money from mowing peoples yards….. my point theres no need to set up a company to make money. -back on topic of post- depending on how popular your game is depends on the money you make if you were to say make a popular CO Pserver you could make hundreds of dollars a week all depends on how popular it is and how much one player wants to be more powerful then the next
  4. Orunu

    PK system

    mmk im in the midst of learning VB6 still reading on it just starting to learn but i just wanted to no is this a good start for a pk system? i just thought of it i no i'll have to add a whole bunch of other shit and i'll figure that out later but is this right? ``` Public Sub PlayerKiller If GetPkPoint => 30 Then change name color to white Else If GetPkPoint => 90 change name color to blue Else If GetPkPoint => 120 change name color to black End If End If End If ```
  5. Orunu

    Stats….

    well im just curious havn't done anything with it yet im the in the midst of reading sams learn vb6 in 21 days so after i read that and have an understanding of vb6 is when i'll do all this i was just curious on how i would do that with the stats
  6. Orunu

    Stats….

    mmk so then if i were to make a Rebirth system it would be something like this? ``` If Rebirth = true Call SetPlayerPOINTS(index, GetPlayerPOINTS(index) + 3 * 2) Else Call SetPlayerPOINTS(index, GetPlayerPOINTS(index) + 3) end If [code][/code] ```
  7. also with EO hit "insert" for ACP then click "screen shot map"
  8. modCombat in server.vbp ``` If GetPlayerAccess(attacker) > ADMIN_MONITOR Then Call PlayerMsg(attacker, "Admins cannot attack other players.", BrightBlue) ``` idk i guess find where that links up to and change/remove it
  9. Orunu

    Stats….

    ok so for one of my ideas a "rebirth" system i want to have it so that ``` If Rebirth = True stat points per level * some number Else normal stats per level ``` so how would i go about finding were the stat points u get per level are?
  10. @MrMiguu: > The best way to learn programming is by: programming. > > 1\. Open client.vbp > 2\. Look at the Sub Main() > 3\. View each process intiated from within that submodule. > 4\. Figure out what and how they do the things they do. > 5\. Use Google if you ever get confused. trust me i've tried that with a pserver sourced made in Java open client.java in server and study it all see how to do shit :/ worked somewhat but not much….
  11. @K722: > Well, I read that and got the basics down of VB6\. But I learned really by messing around with Eclipse. mmk thanks :) lol well after i read this i hope i can implement most of my ideas for eclipse :) but one idk if its possible :/
  12. @K722: > Off-Topic: > Please don't spank me. xD > > On-Topic: > It depends really. I learned some useful and good things when I read it. mmk awesome but for after im done with this you have any more "advanced" items you've read that may help me in my EO programing?
  13. is this a good place to start? Once im done reading this would i be capable of programing in the eclipse engine with ease? or would i have to go read something more advanced (idk if sams is advanced or novice is why i am asking) Spank you, Orunu
  14. I am new to VB6 and all and have a few questions i hope you can answer. 1\. What are each file use for (FRM's, mods) 2\. What sort of stuff would go in them? E.G: NPC's, friends/guild, quests ect.. Thank you, Orunu
  15. Orunu

    [EO] Shield PD

    well due to EO not have armor/shield PD's :( i decided to try my hand at it… Its the 1st PD i made so dont flame :P the last set (when char's back is facing you) looks rly crappy but hey i tried right? Also unless you edit your weps so that only the top of the wep shows when ur facing left&right the wep overlaps the shield or is there a way to make it so its the other way around? if there is could u tell me? :) well here it is
×
×
  • Create New...