Jump to content
MakeWebGames

nimoke

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by nimoke

  1. @ KyleMassacre Im looking for a lot of module modification/ entire new modules to be made. Im also thinking about letting a freelancer code it all, but i like the module style from NWEngine, and alot of the stuff is usefull. Some things i might be looking into buying is: Alot of additions to clans. Timed spells/buffs. And alot of grafical changes, like a much prettier profile, inventory and also a bigger project in AJAX. And it needs to be custom, as i already did quite a few changes in the item/stat system, so a regular(standart) module will take alot of time to change anyway.
  2. Hello Im working with this engine, and im making alot of progress. But as we are 2 guys on this project, and only one of us can code, im looking to outsource some of the work. I have some pretty clear plans for my game, which is not "standard stuff", and i therefor have chosen not to involve Alain or to do this public. I do not have an unlimited budget at all, but i will be willing to pay a fair price for these modules. If anyone might be interested, please pm me so we can discuss further details   /NiMoKe
  3. I managed to fix this myself, by adding an extra variable to the menuEntry function, and sort by groupPosition before position. To everyone who read this: Thanks for your time! :)
  4. Hello I have been working on the menu, and finally made the design i want for the menu. But now i ran into a problem that i hope some of you more experienced programmers can help me with. If the module have no group specified, it will sort by the value that is specified in group, like i here made home the first entry: new MenuEntry("Home", NULL, NULL, 0, NULL);. But if i try to this: MenuEntry("Inventory", "Account", NULL, 0, NULL); the entry link "Inventory" will be first inside the group entry of Account, but there is no way to specify where i want the group itself inserted. Etc i want to do this: Home Account -Preferences -Inventory Communication -Forum -Messages Logout Is there someone out there, that can help me make inside_menu somehow sort the groups too. Because as it is now, the Home and Logout can be placed with the 4th calue of menuEntry, but there is no way to sort Account and Communication, as the 4th value here will specify the location of the submenus insted.   I guess something can be worked out by editing the menuEntry and the SortMenuCallback functions in Common.php, but i have no idea how to do this correctly. I tried to fiddle around with it, but with no luck
×
×
  • Create New...