Jump to content

nvh

Members
  • Posts

    265
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by nvh

  1. How to do it? My idea: Equipment[10] is Skin slot if (Equipment[10] > -1) { Hide_paperdoll_amor(); Hide_paperdoll_hat(); Hide_sprite(); } else { Enable_paperdoll_amor(); Enable_paperdoll_hat(); Enable_sprite(); } My question 1. How to hide paperdolls amor, hat, sprite.
  2. thank for your god help. I tried but this way is too hard for me, I will try harder
  3. how to i call Update() function at ItemDescWindow in other file?
  4. https://github.com/AscensionGameDev/Intersect-Engine/tree/prerelease
  5. Creat 2 player variable. “Jobxxx_exp” & “Jobxxx_lv” branch if Jobxxx_lv == 0 { if Jobxxx_exp >= 100} Jobxxx_lv set to 1
  6. how to make it update continuously? when i change (add += statsgiven[]) the item's stats i need to log out to update s
  7. Oh your ... helpful for me. Thank you I'm thinking item name will animate 2 colors when item is Epic or Legend. is it possible?
  8. Try clean slution and build
  9. Using “NPC VOID” . It’s like Block but only block npc
  10. how to height up sprite when equip mount?
  11. How to change stats color in item desc window. HP: Red MP: Blue Str: Yello Def: White ...... Code: https://github.com/AscensionGameDev/Intersect-Engine/blob/main/Intersect.Client/Interface/Game/ItemDescWindow.cs thanks
  12. nvh

    PvP on??

    Mapzone = normal (pvp on) Mapzone = arena (pvp on) Map zone = safe (pvp off)
  13. Using event command, select “Creat guild”
  14. i haven't tried it, maybe it's in the slution client. *.cs file. You should using Visual studio
  15. U can do it but need edit source
  16. I don't need to migrate the database I created a new stat named Exp. use Statsgiven[]. accumulate it in Expmultiper() in player.cs In player.cs there is a method to add exp named expmultiper...()
  17. my spell I added it in spell. However I don't know how to make it not disappear when I log out of the game
  18. If the character is uppercase, the server will return an error. i don't want the player to put username and ingame name in uppercase
  19. it's like this? public static bool UserExists(string nameOrEmail) { if (nameOrEmail == ??) { return false; } }
  20. how to distinguish "Admin", "admin", "aDMin" are the same name?? thanks
  21. how should i code it?
  22. In "player.cs" I want to create a method that saves the current map position, which can be activated after death to warp to that map.
  23. i just want to know what is my current x,y position, i can use it to save after respawn
  24. How to get player's x & y position?? i want make a respawn in dead map with money. thank you!
  25. My project is in disk E:/. Maybe core path or something like the wrong path?? please answer me
×
×
  • Create New...