Jump to content

Ishad Nha

Member
  • Posts

    2,420
  • Joined

  • Last visited

Everything posted by Ishad Nha

  1. A customized terrain script would prevent access until the conditions were met. Presumably the condition would be represented by a certain SDF. If the conditions were represented by a special item you could use the existing trap.txt instead.
  2. If you are referring to void put_item_on_spot(short loc_x,short loc_y,short what_item) there is no call that makes an item contained or otherwise. You can manually make an item contained by choosing Shift + S, clicking on the square containing the item and then clicking on the line that says "Not Contained".
  3. I have just downloaded Pidgin but the web is not my forte. So contact Akhronath if you can. I thought that he had totally vanished, I can't recall seeing him posting anything recently.
  4. Under Hatherond: you need to prime factor 5,733, then you will see how 3,7,13 figure into this number. If the lever faces one way you are dealing with the first power, if it faces the other way you are dealing with its square. It is factoring all the way there is no addition.
  5. For the final battle with Dracan I used a lot of Crystals of Shielding, this gave the party Invulnerability. Then I web page , after which I had to wait a bit.
  6. You may strike a situation where the custom scenarios only appear immediately after you have created a first level party. If that is the case, simply rename a custom scenario "Stealth.exs". Also rename any custom graphics sheets. This is what I have to do when using the Open Source BoE on Windows XP.
  7. The riddles are simple words, this one is: web page .
  8. Currently all of the really good programs in the BoA community come out as Mac only. Here I am thinking of the new editor &&. Which is a problem for the half of the people who use Windows. There is a program called Virtual PC, which I have only just learned about. It can run other operating systems on a Virtual Hard Drive. If we can find a freeware version of Mac OS then Windows users can run Mac programs on their computers. At the end of the day this approach can only do so much, Mac saved games won't run on a Windows program &.
  9. Unlike the BoA version, the original BoE character editor has no provision whatsoever for custom items. It also has a few errors in it, see the post:“PC Editor: Item Problems” Started by Ishad Nha, last post September 18, 2007 11:52 PM http://www.ironycentral.com/cgi-bin/ubb/ubb/ultimatebb.php?ubb=get_topic;f=7;t=001866]web page and also: “Petition for Carbonized Character Editor” BainIhrno October 03, 2007 11:19 PM http://www.ironycentral.com/cgi-bin/ubb/ubb/ultimatebb.php?ubb=get_topic;f=7;t=001869]web page
  10. Instantly booting a party out of town, that is a law enforcement alternative to making the town hostile. You could also have them banned from re entering until they have atoned for their transgressions. The Init state would have them booted out every time they tried to enter. I have not registered with the SV forum but I did glance over the posts there and read that one. As for the Teleport spell, what I had in mind was, you are outdoors standing on a particular spot and you cast Create Portal. The next time you cast Teleport you will be teleported to that outdoor spot. For this to work you must be able to record the x,y coordinates of that outdoor spot, the coords inside the given outdoor section. AFAIK there is no way of ever recording those x,y coordinates in a SDF by use of a simple call, unlike the coordinates inside a town. From what I can see the best solution is to use (. There is a maximum of 30 specials in any outdoor zone, this must be borne in mind. (It seems that in some areas, BoA was simplified way too much, to the point where you have to use convoluted means to do basic things.) Thus I am not interested in a town's outdoor coordinates, you can have the same town in every last outdoor section. Niemand's trick would not be useful for me because I use most of the floor and terrain spots that are available. Edit: the idea definitely works. Currently I can't combine the teleport party call with this, (the call won't work in a scenario script), but it does work when you leave town the normal way.
  11. After reading the Wizards & Warriors game manual I was thinking about creating a custom translation of the Create Portal and Teleport spells for use in BoA. It would be cast in a town and used for going to outdoor locations. But I can't find a way to record the x,y part of outdoor coordinates. They are used in calls like out move party. Teleport spells could be cast in Exit states of towns with the call change outdoor location. Current solutions are: (a) to have a hundred odd small towns, you teleport to one of them ( have a lot of placed special encounters in each outdoor section, walking into each encounter resets a pair of flags, said flags set the x,y values. Thus the same values would be used for a whole lot of different squares. (Wizards & Warriors is a David W Bradley game by Activision released back in 2000.)
  12. The Realms of Mist has one riddle which has no clue that I can perceive. You are confronted with a hidden encounter ceasing to be hidden, then you are asked for a reply. (Maybe I missed something?) That idea of an illusory url is a good one, Nioca, I will use it here. Answer: Move your mouse over this link: url and look at the url that appears in the status bar to see the answer.
  13. River and Leaf is tricky, when I ported this scenario to the Blades of Avernum world I added a lot more clues for the player. I guess that it was hurriedly written to meet a contest deadline, hence a lot of the many puzzles are not well explained. Sweon: you can't alert the guards. So simple. What you can do is look for a town that is suddenly visible, to the SE of Sweon. At some point after this town you will hit the next two hassles. You will find a door that requires a password to open. On the same level, you will chase somebody around, he will say "w**", you must say "uu**" or "vv**" to the door. (Here ** stands for two letters.) Then later on, the game will appear to hit another dead end, you must get a log translated in one town, then go to a certain town.
  14. I still can't say whether it was an attack or not, but mercifully everything seems to be okay once again.
  15. Who actually runs the Lyceum? Terrors Martyr? Who runs it and what do they have to say about it? Is there any chance that it was just the moderator maintaining the site or was it definitely an attack? Emphatically everything is missing. If it was an attack, why were the profiles not destroyed too? Mine seems quite ok.
  16. There is a sign with a few words, one of them is the password. As for the Walkthrough, I have had no luck there either. Maybe you need to be registered with Game FAQ? From what I can see, the search engine seems to cater for individual games, not scenarios. You could always email them if you can find the address.
  17. I have edited the commentary on Chapter 2.9 of the BoA Editor Help. This reflects comments by Niemand on November 26 and 27 in a recent post, "Picky Details" http://www.ironycentral.com/cgi-bin/ubb/ubb/ultimatebb.php?ubb=get_topic;f=18;t=001024 Once again the documentation does not give the full story. It seems that the script can use hundreds or thousands of states.
  18. Then there is the 750 - strings limit to be considered too. So now we have to consider states, tokens and the number of strings. If the programming of all this gets a bit tough, one approach is to just inform the Ascript user of all these considerations, you already have a special help file. How best to use the information about tokens? As for the help file, there is no problem with just copying in the entire Wiki file now, then returning later to add your own corrections and comments. While you are at it, you could add the corrections listed in the forum http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=18;t=001016
  19. Interesting. In my experience, when a state does nothing: the state has an error in it. Unless, the scenario script has an error in it. If it contains one error anywhere, it may crash or it may simply not run at all. Edit: I took the five minutes to test this, and it is strictly a function of the number of the town script state. Change the number to 200 and you get the error message, then the party can't enter the space occupied by the placed special. Change the number to 250 and you get no message and no halting of the party movement at all, odd. Another limitation on a valid script, which the program itself showed me. Currently my observation is that a scenario script cannot exceed 4,257 lines in length. This puts a definite limit on the number of possible states.
  20. As for error - checking: I am not sure how many states a script can use. I have had no trouble using 255 states in a scenario script, (the port of Shadow of the Stranger.) Also I have used all sorts of numbers without crashing the script. Possibly you could include an option to disable the "Invalid state" check, at least until we all know just what the BoA program will and won't accept. The "State already defined" check would be retained.
  21. Also, if you want to record a number you could use a flag. If you leave a town the values of all variables are immediately forgotten. Whereas a number recorded as the value of SDF won't be.
  22. As I learned the hard way, the variables in the various calls are not checked for magnitude. Thus for put_item_on_spot Alint accepted an item with the number 3,840. Then it may reflect errors in the documentation. For example, if you have about 255 states in your scenario script, Alint will spam you with "Error line ###: Invalid state" Then it found an error in the sanctitem.txt script.
  23. The Ascript error checker may be based upon Alint, and the latter has a few errors itself. Thus the error checker itself has errors. One example is the "fl_shimmers" property, to Alint the correct answer is "floor shimmers", which is wrong.
  24. This is a world of powerful magic is it not? Hence real - world ecological rules, the rules of a non - magical world like ours, could possibly be violated at will. Anything could grow anywhere, if the magic spells existed for this to happen. I mean, in the Avernum games you have magical trees developed by the Tower of Magi, they grow in the most lifeless and inhospitable caves.
  25. I thought that it had the simplified game mechanics of a Geneforge game without all the interest provided by creating and maintaining the creations. Thus I think it falls between two stools.
×
×
  • Create New...