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

beginer

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by beginer

  1. Hey, I have had a lot of trouble finding vb6 but I did find I could open eclipse with visual basic 2008 express. The deal is when it upgrades the project some changes need to be made. At my level of 0 for this programing, I think it will be awhile till I could convert it so others who have the problem I have finding vb6 will be able to edit Eclipse. I am willing to take my time and learn and work on it but before I do I wanted advice from you pro's. Do you think I should do it, or would there just be too much to change, to the point of haveing to rewrite the whole thing?
  2. beginer

    Command List

    Thank you Soul, you are very helpful and I do appreciate that. I will look on the support forum to see if I can find a general list.
  3. beginer

    Script Edit help

    I do not think I got a good version. it goes from that dll to odbcint.dll. And registering that one does not work and I have those files already in the system32 folder. I was advised to copy the dll straight to program folder and no luck there. I operate on 64-bit not 32, but the files for system 32 are all there. Guess I just have to find a good version somewhere. Thanks for the help though
  4. beginer

    Script Edit help

    I did not know you could do that, is why. I do not even know what kind of file it is or anything, hince the name beginner. So I do not understand why you asked the question of why I do or did not. Thanks for the info I will look into it.
  5. beginer

    Command List

    I went researching last night and on a different site I found this list. I noticed some scripts I saw on here used the same commands. Are these useable here? ``` FindPlayer(Name) -> Returns index GetTotalAliveNpcs(MapNum) GetTotalMapPlayers(MapNum) GetTotalPlayers() GetClassDEF(ClassNum) GetClassMagi(ClassNum) GetClassMaxHP(ClassNum) GetClassMaxMP(ClassNum) GetClassMaxSP(ClassNum) GetClassName(ClassNum) GetClassSpeed(ClassNum) GetClassSTR(ClassNum) GetMapMoral(MapNum) GetMapName(MapNum) GetMapNpcHP(MapNum, MapNpcNum) GetNpcExp(NpcNum) GetNpcLevel(NpcNum) GetNpcName(NpcNum) GetNpcNumber(MapNum, MapNPCNum) GetNpcSay(NpcNum) GetNpcTarget(MapNum, MapNpcNum) GetNpcX(MapNum, MapNpcNum) GetNpcY(MapNum, MapNpcNum) GetItemAddExp(ItemNum) GetItemAttackSound(ItemNum) GetItemCriticalSound(ItemNum) GetItemData1(ItemNum) GetItemData2(ItemNum) GetItemData3(ItemNum) GetItemMaxDamage(ItemNum) GetItemName(ItemNum) GetItemType(ItemNum) GetPlayerAccess(Index) GetPlayerAccessorySlotOne(index) GetPlayerAccessorySlotTwo(index) GetPlayerAccessName(Index) GetPlayerArmorSlot(Index) GetPlayerArmorSlotDur(Index) GetPlayerBankItemDur(Index, BankSlot) GetPlayerBankItemNum(Index, BankSlot) GetPlayerBankItemValue(Index, BankSlot) GetPlayerBurn(Index) GetPlayerChar(Index) GetPlayerClassID(Index) GetPlayerDEF(Index) GetPlayerDir(Index) GetPlayerDirection(Index) GetPlayerEmail(Index) GetPlayerExp(Index) GetPlayerExperience(Index) GetPlayerGender(Index) GetPlayerGuild(Index) GetPlayerGuildAccess(Index) GetPlayerGuildAcronym(Index) GetPlayerHelmetSlot(Index) GetPlayerHelmetSlotDur(Index) GetPlayerHP(Index) GetPlayerInvItemDur(Index, InvSlot) GetPlayerInvItemNum(Index, InvSlot) GetPlayerInvItemValue(Index, InvSlot) GetPlayerIP(Index) GetPlayerLevel(Index) GetPlayerLogin(Index) GetPlayerMAGI(Index) GetPlayerMap(Index) GetPlayerMaxHP(Index) GetPlayerMaxMP(Index) GetPlayerMaxSP(Index) GetPlayerMP(Index) GetPlayerName(Index) GetPlayerNextLevel(Index) GetPlayerPartyPlayer(Index) GetPlayerPassword(Index) GetPlayerPK(Index) GetPlayerPOINTS(Index) GetPlayerPoison(Index) GetPlayerQuest(Index, QuestNum) GetPlayerSerial(Index) GetPlayerShieldSlot(Index) GetPlayerShieldSlotDur(Index) GetPlayerSP(Index) GetPlayerSPEED(Index) GetPlayerSpell(Index, SpellSlot) GetPlayerSprite(Index) GetPlayerSTR(Index) GetPlayerTarget(Index) GetPlayerTargetType(Index) GetPlayerTempSprite(Index) GetPlayerWeaponSlot(Index) GetPlayerWeaponSlotDur(Index) GetPlayerX(Index) GetPlayerY(Index) GetQuestName(QuestNum) GetServerMaxLevel GetServerName GetServerTime GetServerWeather GetSpellType(SpellNum) GetSpellData1(SpellNum) GetTileAttribute(MapNum, X, Y) GetTileAttribute2(MapNum, X, Y) GetTileData1(MapNum, X, Y) GetTileData2(MapNum, X, Y) GetTileData3(MapNum, X, Y) GetTileData4(MapNum, X, Y) GetTileData5(MapNum, X, Y) GetTileData6(MapNum, X, Y) GetVar(File, Header, Var) HasItem(Index, ItemNum) HasSpell(Index, SpellNum) IsPlayerInParty(Index) IsPlaying(Index) QuestOnlyOnce(QuestNum) Rand(High, Low) Sleep(Milliseconds) GetPlayerMutation(Index) ExistVar(File, Header, Var) FindOpenMapItemSlot(MapNum, PK) DirToX(X, Dir) DirToY(Y, Dir) FindOpenInvSlot(Index, ItemNum) FindOpenBankSlot(Index, ItemNum) GetAdminName(Index) GetPlayerGuildAccessname(Index) GetPlayerBonusDEF(Index) GetPlayerBonusMagi(Index) GetClassSprite(ClassNum) GetPlayerBuffStr(Index) GetPlayerBuffSpeed(Index) GetSpellName(SpellNum) GetItemMinDamage(ItemNum) GetItemMaxDamage(ItemNum) GetItemIsRepairable(itemNum) GetNPCBehavior(NpcNum)
  6. You know, with my experience in Construction, there are many roofs that come together in that kind of way. But it does look off. maybe some shadow under the first roof you put in to where it lays with the second roof will fix it. If not pull the first roof in a little shorter, maybe by a square or two. Well not you cause you did not do it to be perfect just for example. but for others wanting to put a joining roof together, i would try those steps to give it more depth and life. I actualy like the map you laid out. It looks good
  7. beginer

    Command List

    Is there a list of commands that can be used, like the getplayerinv or setplayerarmor and so forth. That has the vars for npc behaviors map morals, ect?
  8. I know this is off your topic and I appologize for it. I am just trying to learn and this topic made me think of a question. What is meant by these statements (ByVal index As Long), Dim i As Long. Basicly what does the As Long statement mean and do?
  9. beginer

    Script Edit help

    My problem now with VB6 is getting it. Can not find good link or torrent for it. I actualy got a couple copies but they give an error message saying it can not find ODBCCP32.dll file. I figured I had to be doing something wrong, so I did go to that link and followed it word for word but got the same message, with 3 different sources. I do have one that is in spanish but can not read it to install it lol. I have thousands in animation and CGI film editing software and can not afford to get VB6 as of now, so I seem to be at a loss. Thanks for your help though sweety, much apreciated.
  10. beginer

    Script Edit help

    I am sorry if this question was answered. As I looked through the forum, I saw one topic on editing the script and do not think it is the same question realy. I was wondering how you were able to access the script to make edits, or add your own programs? I am a noob so please forgive me. I will do all i can to learn. Can anyone tell me how you go about accessing the script to edit it. Do you have to have VB6 to edit it? Hope not cause it has proven almost impossible to find. Thanks for any help you can give me. One more question, what language do I need to learn for this VBScript?
×
×
  • Create New...