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

therealdunny

Members
  • Posts

    45
  • Joined

  • Last visited

    Never

Everything posted by therealdunny

  1. Its a basic mmorpg with the concept similar to that of maplestory , and i cant upload any screenshots cuz the site keeps like lagging out rofl.
  2. Something like this [![](http://img34.picoodle.com/img/img34/3/12/29/t_SphinxLoginm_4ecaf1b.png)](http://www.picoodle.com/view.php?img=/3/12/29/f_SphinxLoginm_4ecaf1b.png&srv=img34) [![](http://img19.picoodle.com/img/img19/3/12/29/f_SphinxInGamm_ea44fb5.png)](http://www.picoodle.com/view.php?img=/3/12/29/f_SphinxInGamm_ea44fb5.png&srv=img19) In a bluish color :]
  3. umm im not sure about the class issue but if its doing that on mask im not sure what to tell you
  4. Well NESW and warp, try using mask layer :cheesy:
  5. kk what layer are you using? And did u change max classes and or is Lock = 0.
  6. So is there any1 that can help me with this?
  7. When you try to put a class change on your bosses chair :]
  8. ![](http://i255.photobucket.com/albums/hh147/therealdunny/SphinxInGame.jpg) ![](http://i255.photobucket.com/albums/hh147/therealdunny/SphinxLogin.jpg)
  9. Ok Ill try doing my best in paint for some reason my photoshop like crashed o.o
  10. Ok so to be completely honest our scripts are good our sprites are good but our GUI is downright horrible. What I'm probably looking for is something other than the "default" layout for everything. Custom sourced, but I'd have no idea how to edit the GUI source so PM if your interested! :cheesy:
  11. It looks "ok" but I'd say if anything its the If Getplayerclass? otherwise im not sure.
  12. Lol actually looks kinda good
  13. o.o Umm I guess its kinda good D:
  14. What would a star trek project be without shooting npcs?
  15. I'd suggest moving to a higher version, but if you'd like to stick with 1.0 then I would suggest Baron's Quest Script ;]
  16. Hmm how would I make a onclick tile that when clicked sets a timer, then when that timer is up you can click again and whatever its purpose is it works. Ex. "You can't leave here yet" After 2minutes "your free to go"
  17. Are you sure you have the items set as a currency?
  18. Make a currency in the items before you make the shop.
  19. Try this Call CustomMenuShow(index, "", "\GUI\CUSTOM\box12.gif", 1) Call CustomMenuLabel(index, 1, "Msg", 20, 100, 10, 0, 0, 400, 20) Call CustomMenuLabel(index, 2, "msg", 20, 125, 10, 0, 0, 400, 20) If CanTake(Index, 76, 10) = false Then Else Call TakeItem(index, 76, 10) Call GiveItem(index, 77, 1) Call CustomMenuLabel(index, 1, "Thank you, heres your reward!", 20, 100, 10, 0, 0, 400, 20) Call SetplayerExp(index, Exp + 10) Call PlayerMsg(index, "You gained 10 experience!", 12) Call SendStats(index) End If Exit Sub Its not quite the same but it is very similar ;] For every extra line add Call CustomMenuLabel(index, 1, "Msg", 20, 100(Add 25 to this each time), 10, 0, 0, 400, 20)
×
×
  • Create New...