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

Zeropan152

Members
  • Posts

    106
  • Joined

  • Last visited

    Never

Everything posted by Zeropan152

  1. so basically they do the smae thig except the function procedure return the value while sub doesnt. i get it thanks
  2. does any1 know the difference between sub procedures and function procedures?
  3. @[SB: > Rithy58 link=topic=40764.msg401005#msg401005 date=1237402107] > You can put var into PlayerAccount.ini but not Character.dat. > Call PutVar("Accounts/" & GetPlayerLogin(Index) & "_Info.ini", "Custom", "Quest", 0) > That will put a var in the player account files under Custom header, Quest=0. > > Call PutVar("Accounts/" & GetPlayerLogin(Index) & "_Info.ini", "Custom", "Quest", 1) > That will change the var in the palyer account file under Custom header, Quest=0 to Quest=1. > > Now to use it. > Put the command in the script, in the right place, like Scripted Tiles. > > Sincerely, > Rithy If SO 1 more thing, if your gonna put it in argument, would it look like this If GetVar("Accounts/"& GetPlayerLogin(Index) & "_Info.ini", "Custom", "Quest", 1) = true then bal bla bla…
  4. Have your character go near to the point where it touches the NPC and make sure your also facing it. During that proccess press CTRL button on your key board, your character will attack and damage according to the settings you put.
  5. Is there any way you can make a new varible in the account of each players. Say like for example, i want to a make a variable in PLayerAccount and stored that sez uhh quest = 0. and also i wanna know how will you change that value of that variable to 1(quest = 1), like what would be the command to tdo that. Hope this make sense thank you :cheesy: :cool: :cheesy: :cool: :cheesy: :cool: :cheesy: :cool: :cheesy: :cool: :cheesy: :cheesy: :cheesy: :cheesy:
  6. thanks i forgot to put the (index) after get playerMP
  7. hello im new to this scripting so i made a simple script that when players step on his/her mp will go down by 5 ' Executes when a player steps onto a scripted tile. Sub ScriptedTile(Index, Script) Select Case Script Case 0 Call PlayerMsg(Index, "asdfadfafs", WHITE) Exit Sub Case 1 ' test minusing stat mp if SetPlayerMP(index) > 0 then Call PlayerMsg(Index, "oucch", red) Call SetPlayerMP(index, int(GetPlayerMP - 5)) end if Exit Sub on the CASE 1 Part, it should work but when i tried putting it on the map it doesnt do anything except Display "Ouchh" on the messageBox but it doesnt minus the mp.
  8. Zeropan152

    QUESZTION

    i actually already have vb6 but idont know which file u open from vb in the souce folder so that i can do the editing
  9. Zeropan152

    QUESZTION

    heyi was wondering if any1 know how change the quote "the Key Dissolved" whenever i used a keyBlocked that takes/distroys the keyItem that's been used. which file do i open in from vb- I wanna change it because i wanna implement a special pick axe item but its actually key objectand when used in the wallMasked which is a keyBlocked i dont want it saying "the Key Dissolved" i wanna edit it to be more like "(itemName) is destroyed"
  10. TO Make an NPC talk- when u edit ur npc u can make it talk by adding any message u want on the speakTextBoxAN Element works like this when you go to editelement u will see there ar 2 sections: weak and strong. Basically when u modify the strong or the weak sections you will see the numbers. Those numbers are actually each eleament that u can modify which means u can pick amoung those which one is weak or strong to which. If u dont what i mean try NAMING three elements: just make rock paper scissor on editElement. when u do go edit scissor so that its strong against paper and weak to rock. For Rock strong to scissor weak to paper and so onn…. You can set what element type does ur npc has if u give him scissoor element and u have a rock elment on ur spell then u have advantage.. _note: Rock paper scissor are not technically element but only used ofr easy nderstanding. And ER 2.7 spell is not working_
  11. open a Paint application then do file open find the clien folder then GFX foder then fid the items pictures. Now fid an empty box any where then draw a coin shape or u can copy an paste but make sure it will fit in the box. thensave. open the eclipseclient-> esdit item then pick CURRENCY then pick the pictureu draw/modified
  12. nvm i chose the wrong icon on the paperdoll. i picked the paperdoll animation instead of the paperdoll icons
  13. i guess i just downloaded er2.7 , is it already set up for me or do i need to do it manuall
  14. im using er 2.7 and my paperdoll doesnt work- like it doesn't anything, i aready tried changingg my paperdoll fromm 0 to 1 under datta but its still armorless..plzz help
  15. i opened my server, then my client, then configure my ip to match my computer, then ye and its still ofline. I tried changing the port to 4001 but its still doesn't work. DO i need to install the source?
  16. no im using my actual ip adress in my computer. I've sed that i total eclipse before too
  17. _Run-Time Error: -2147024770(8007007e) - The specified module could not be found 1\. Unknown action Download the latest version of Direct X. Thanks to Godlord for this fix. 2\. Unknown action Download and register this. Don't forget to put them in the system directory. Thanks to DrNova for this fix. 3\. Starting the server Download and register this (link) . Don't forget to put them in the system directory. Thanks to Godlord for this fix._ –------------------------------------------------- So im havin problem on the server thing and it saids on the top that after download i have to put it in my directory. I dont know which one, do i need to make a new folder in my directory or what
  18. I just dwonload the Eclipse rev. and the library files- extracted everything ..install bla bla bla… then - i started the server and the client, went ok no errors popped out -so i saw it was offline so i configure my right ip but then the server still 'offline'. -so i went to google to checkedmy ip and it was right and i retype it again and sill offline. " i used eclipse and it works fine but i really wanna use ER so does an1 know why si this hppenin TYY :angry:
  19. wow thanks urthe best
  20. set the npc action to SHOP
  21. Any1 know how to change the time manually on eclipse rev, and does any1 experience problems on the search engie cuz it seriously does NOT work. Like i would have probably fin this answer somewhere the forum but te search doesnt work, any word(s) i yped always reault me no quiry find or something like that. :angry:
  22. Zeropan152

    Server ip?

    you can make a wabsite using vb i know this cuz i took a class in college
  23. Zeropan152

    Server ip?

    wow, Tristan, how come some people's ip are their website
  24. Zeropan152

    MAPS

    How do u make the maps bigger or change sizes so that I could use the scrolling map thingy TY
  25. Guys wanna see a cool video : http://video.google.com/videoplay?docid=-3124456479016133125 DESCRIPTION: Check out how this 2 kids fight and act in this video
×
×
  • Create New...