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

Prince

Members
  • Posts

    281
  • Joined

  • Last visited

    Never

Everything posted by Prince

  1. **Transfer Experience To Stats Point** **- Introduction** This is an Tutorial that you going to transfer experience to how many stats point you want. I don't know this helps or not just want to share some cool staff and this is my first tutorial ever. This will take 100000 EXP for 5 Stat point. **- Requirement** Richy Item Script Engine : http://www.touchofdeathforums.com/smf/index.php/topic,68426.0.html **- Credits** Robin : for this amazing engine Richy's Tile/Item/Npcs Script engine All the code belong to SERVER side : In MODITEM any select case you want : ``` If GetPlayerExp(index) >= 100000 Then 'The EXP the player must have to use the scroll Call SetPlayerExp(index, GetPlayerExp(index) - 100000) 'sets the players exp minus what you want Call SetPlayerPOINTS(index, GetPlayerPOINTS(index) + 5) 'adds 5 stat point to the player SendStats (index) SendEXP (index) SendPlayerData (index) Call PlayerMsg(index, "You just spent 100000 EXP to 5 Stat Point", Yellow) Else If GetPlayerExp(index)
  2. Prince

    Unavailable classes

    Just don't put that unavailable class in the Select Class list.
  3. Of course Tiana, this is a world map dat show where a player is, in a form just like you said. And I gonne try your idea above.
  4. So can I rip something from your's Robin's Amazing Package?
  5. @Robin: > 'TUTORIALS' I forgot this paradise for him. I'm still a noob.
  6. You can find your external ip with ipchicken.com or Whatismyip.com and your port you can see it in server/data files/ config.ini check if it 7001\.
  7. To connect from client to server you must portforward put exactly ip and port in config , run server.exe. Anyway if you still can't connect check the port that config in the server's data folder put it to 7001 and portforward port 7001 then try to connect again.
  8. @GoldSide: > I've run the **server.exe** it, > I had to change its port to port in **ipchiken** (* **still not working**) > I've been looking at **portfoward** with port 7001 and have found the IP but **still not working** > > what the problem? What is your problem? Have u portforward yet? If you dunno how to port forward. Use marsh portforward tool. If portforward is not working, then just check with your ISP or your router.
  9. Make sure that your server is already run. And the port and the ip is exactly in ipchicken.com or Whatismyip.com. Another thing you must portforward if you use external ip to connect. If you just want to use as localhost just put localhost in the config.ini.
  10. Sweet! I am gonna use this.
  11. 8671 countinue from renzo dat enjoy counting this so much.
  12. So we gonne put the news in this ingame_news.txt?
  13. Prince

    Help Eclipse

    One click make eclipse more interesting :D done !
  14. This quest system still need more bugs fix.
  15. > Added in a new DX8 weather engine for rain and snow rendering textures. :) Isn't that cause lagging? Anyway , great to have u back. I really like your release.
  16. 8669 post this whole four years
  17. @Bonk: > /editconv > > Or you could add a button to the admin panel in VB6. I didn't mean dat. I just wanne know what does unique do in the editor.
  18. Prince

    Own graphics

    @Erwin: > It looks really nice but the trees and the rocks could use some improvement. ;) Your tileset will look nice if you can improve dat. :cheesy:
  19. What is the unique in game editor option means? Like in conv editor. I'm kinna lost there.
×
×
  • Create New...