View Single Post
  #7  
Old 02-23-2005, 05:24 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Ok fixed some bugs:

- Modifying the board[] in v3.1 was not working, fixed it, so it will work in the next release of v3.1. This was bugging the spar level on npulse, but someone should fix those ****ty scripts anways, they are sending 12 tiles 20 times each second to the server, instead of just using an npc that is hiding/unhiding (eventually using setshape to make it more secure). Because of sending those tiles to the server it is probably also lagging the spar.

- Found the bug in v3.1 that was sometimes not hurting other people (or not letting other people hurt you): it was checking if the guild name is equal, and if both players have an empty guild name then it was thinking they are in the same guild and not allowing them to hurt each other, will be fixed in the next v3.1 release

- On Valikorlia they were using "playersays" which is not supported for 4 years now and will also be removed from v2.3 in the next release. I have replaced "playersays(text)" with "playerchats && strequals(#c,text)", so their scripts should work correctly now (some of those playersays where used on serverside where it is not supported anyway, wondering why no one noticed that they don't work).

Ok some more bugs fixed in v3.1:
- when a gani attribute has been changed to a gani (#Px, #P(index)) then the showimgs from the last gani were not removed, causing e.g. the hitpoint bar on Graal Kingdoms to become red if you first hit a monster (displaying "- 15 hp" in red) and then get hurt by the monster (displaying 2 showimgs for the hitpoint bar). Will be fixed in the next release

- in the new scripting engine on clientside #L and #F were wrong, on clientside #L must be the player level and #F the npc level (on serverside #L is the npc level and #F is the player level). In combination with another bug which showed the npc level as empty when you are attached to an object, the map and other things were not working on ships on Graal Kingdoms Debug.
Reply With Quote