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

angelofdark3

Members
  • Posts

    108
  • Joined

  • Last visited

    Never

Everything posted by angelofdark3

  1. lol no noob … i just want to learn scripting people always say: read the tuts and i read mostly all tuts but if they cant help me i ask question and there a of course some more nooblish question then my so... i download the source one and copy all of my folders from my normal one into tge source one is this right ya ?
  2. when i download the source one can i copy/paste eclipse.vbp into the normal one and it works ?
  3. cant find any .vbp files … i what folder ?
  4. Hi, what file i must open to edit the mainmenu with vb6 ?
  5. oh no … xD is there a trail version of vb6 ?
  6. hello, i want that the item that i need to finish the quest can be in all slots…in this it must be in slot 1 ... how can i change it ? i wrote down this: If menu_title = "Quest1" Then If Clicked_Index = 1 Then Call CustomMenuLabel(index, 1, "Quest: ", 15, 20, 10, 0, 0, 340, 100) Call CustomMenuLabel(index, 2, "Kill Mr.X ", 15, 50, 10, 0, 0, 340, 100) end if end if If menu_title = "Quest1" Then If GetPlayerInvItemNum(Index, 1) = 22 Then If Clicked_Index = 1 Then Call CustomMenuLabel(index, 1, "Quest: ", 15, 20, 10, 0, 0, 340, 100) Call CustomMenuLabel(index, 2, "Blablabla ", 15, 50, 10, 0, 0, 340, 100) Call BattleMsg(Index, "You give 1 Mr.X Head!", RED, 0) Call TakeItem(Index, 22, 1) Call questexp1(index) end if end if end if end if If menu_title = "Quest1" Then If Clicked_Index = 2 Then Call CustomMenuClose(Index) end if end if
  7. [quote call Killnpc(1,5) thx that was the thing i want to know ^^
  8. there is an tree-npc i talk to him costum costummenu pops up i choose to cut the tree to collect wood after that the tree should desapear… i think best way is to "kill" the tree
  9. hi, i am looking trough the whole forum but cant find an commant to kill an npc like: callkillnpc(1) i hope you can help me with it
  10. yes but this respawnrate is very fast and sometimes it spawns on the item so there are 2 of them .. =(
  11. hello, i want to script an mashroom that when i pick up after 2 minutes it respawn how can i do this ?
  12. yeah but i tought there will be an playerblock=0 playerblock= 1 ^^
  13. Hi, is there a way to walk trough other players ?
  14. Big thx ! one little question: is there a sub to close the menu ? like you press bye-button
  15. yes i changed that Schreinderweisheit1 is the right name of th menu ur sure its FieldMessage ?
  16. yes menu is appear my case 2 is: Case 2 If FieldMessage = "trade" and MenuTitle = "Schreinderweisheit1" Then Call goshopping(index, 1) end if
  17. dont workl i also try out this: If menu_title = "Schreinderweisheit1" then If FieldMessage = "trade" then Call goshopping(index, whatever shop you want) end if end if
  18. hi i have wrote down this: Call CustomMenuShow(index, "mailsystem", "\GUI\CUSTOM\talk.jpg", 1) Call CustomMenutextbox(index, 1, 60, 20, 150, "None") so i want that when i type "Trade" in the textbox that comes the sub goshopping ! how can i do this ?
  19. thats horror… but ok i must do this...
×
×
  • Create New...